From c5fbdb15eb1e05212c99212dbf656ce6466b2cdb Mon Sep 17 00:00:00 2001 From: Pablo <42.pablo.ms@gmail.com> Date: Sat, 14 Mar 2020 05:19:14 +0100 Subject: [PATCH] Swap font --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 83f2e9d..7cc05f2 100644 --- a/css/main.css +++ b/css/main.css @@ -17,21 +17,25 @@ You probably already know that, otherwise you can visit him here "https://fosc.s @font-face { font-family: nixiefont; src: url(../fonts/NixieOne.ttf); + font-display: swap; } @font-face { font-family: AmericanCfont; src: url(../fonts/AmericanC.ttf); + font-display: swap; } @font-face { font-family: typermfont; src: url(../fonts/typewcond.otf); + font-display: swap; } @font-face { font-family: avenirfont; src: url(../fonts/AvenirCondensed.ttf); + font-display: swap; } /*GLOBAL ATTRIBUTES*/