set custom font
This commit is contained in:
@@ -36,7 +36,7 @@ body > header {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: acidGrotesk;
|
font-family: acidGrotesk;
|
||||||
src: url('AcidGrotesk-Regular.otf');
|
src: url('../fonts/AcidGrotesk-Regular.otf') format("opentype");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
1
layouts/partials/head-custom.html
Normal file
1
layouts/partials/head-custom.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<link rel="preload" href="/fonts/AcidGrotesk-Regular.otf" as="font" type="font/otf" />
|
Reference in New Issue
Block a user