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; }