diff --git a/css/Font.css b/css/Font.css index 887793f..b0bf9ee 100644 --- a/css/Font.css +++ b/css/Font.css @@ -1,15 +1,17 @@ @font-face { font-family: UbuntuRegular; src: url(./UbuntuRegular.ttf); + font-display: swap; } @font-face { font-family: UbuntuMonoRegular; src: url(./UbuntuMonoRegular.ttf); + font-display: swap; } html,input,textarea,button { - font-family: UbuntuRegular; + font-family: UbuntuRegular, "Ubuntu", sans-serif; } input { diff --git a/index.html b/index.html index e243261..db2f210 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - +