diff --git a/css/styles.css b/css/styles.css index f89b450..2c85eea 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,12 +1,12 @@ @font-face { font-family: Jura; - src: url(fonts/Jura-VariableFont_wght.ttf) format(tr); + src: url("../fonts/Jura-VariableFont_wght.ttf") format(tr); font-style: normal; } @font-face { font-family: League; - src: url(fonts/LeagueGothic-Regular-VariableFont_wdth.ttf); + src: url("../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf"); font-style: bold; } @@ -82,7 +82,7 @@ h3 { } main { - font-family: Jura, serif; + font-family: Jura, Verdana, Geneva, Tahoma, sans-serif; font-size: 1.6rem; width: 100%; max-width: 1200px; diff --git a/fonts/GoMonoNerdFont-Bold.ttf b/fonts/GoMonoNerdFont-Bold.ttf deleted file mode 100644 index a6c928c..0000000 Binary files a/fonts/GoMonoNerdFont-Bold.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFont-BoldItalic.ttf b/fonts/GoMonoNerdFont-BoldItalic.ttf deleted file mode 100644 index 5aa58e6..0000000 Binary files a/fonts/GoMonoNerdFont-BoldItalic.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFont-Italic.ttf b/fonts/GoMonoNerdFont-Italic.ttf deleted file mode 100644 index 5483c72..0000000 Binary files a/fonts/GoMonoNerdFont-Italic.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFont-Regular.ttf b/fonts/GoMonoNerdFont-Regular.ttf deleted file mode 100644 index 03d51a1..0000000 Binary files a/fonts/GoMonoNerdFont-Regular.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontMono-Bold.ttf b/fonts/GoMonoNerdFontMono-Bold.ttf deleted file mode 100644 index 7b37202..0000000 Binary files a/fonts/GoMonoNerdFontMono-Bold.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontMono-BoldItalic.ttf b/fonts/GoMonoNerdFontMono-BoldItalic.ttf deleted file mode 100644 index ef268cf..0000000 Binary files a/fonts/GoMonoNerdFontMono-BoldItalic.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontMono-Italic.ttf b/fonts/GoMonoNerdFontMono-Italic.ttf deleted file mode 100644 index 5d6d964..0000000 Binary files a/fonts/GoMonoNerdFontMono-Italic.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontMono-Regular.ttf b/fonts/GoMonoNerdFontMono-Regular.ttf deleted file mode 100644 index 4853652..0000000 Binary files a/fonts/GoMonoNerdFontMono-Regular.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontPropo-Bold.ttf b/fonts/GoMonoNerdFontPropo-Bold.ttf deleted file mode 100644 index 6e1394e..0000000 Binary files a/fonts/GoMonoNerdFontPropo-Bold.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontPropo-BoldItalic.ttf b/fonts/GoMonoNerdFontPropo-BoldItalic.ttf deleted file mode 100644 index 6cea4ca..0000000 Binary files a/fonts/GoMonoNerdFontPropo-BoldItalic.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontPropo-Italic.ttf b/fonts/GoMonoNerdFontPropo-Italic.ttf deleted file mode 100644 index 7e67056..0000000 Binary files a/fonts/GoMonoNerdFontPropo-Italic.ttf and /dev/null differ diff --git a/fonts/GoMonoNerdFontPropo-Regular.ttf b/fonts/GoMonoNerdFontPropo-Regular.ttf deleted file mode 100644 index 01e3558..0000000 Binary files a/fonts/GoMonoNerdFontPropo-Regular.ttf and /dev/null differ