diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-23 23:50:58 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-23 23:50:58 +0300 |
commit | 032aac16fd5e565f3834211fa297653419012c61 (patch) | |
tree | f58a2564ffffcea94ee53cfe2e5e1d86c359f7cd | |
parent | bc0389208b62a74c1c7b1067ebeb0f3532d0cdaa (diff) |
Fix font location
-rw-r--r-- | layouts/partials/head/style.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index b1af278..51fdaef 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -15,7 +15,7 @@ @font-face { font-family: 'Computer Modern Serif'; - src: url('cmunti.woff') format('woff'); + src: url('/font/cmunti.woff') format('woff'); font-weight: normal; font-style: italic; } @@ -23,7 +23,7 @@ @font-face { font-family: 'Computer Modern Serif'; - src: url('cmunbi.woff') format('woff'); + src: url('/font/cmunbi.woff') format('woff'); font-weight: bold; font-style: italic; } |