Font optimise and settings on home page

This commit is contained in:
Ben Grant 2021-03-11 01:27:01 +11:00
parent 291034ca4e
commit 26c4b6629d
17 changed files with 329 additions and 43 deletions

View file

@ -5,13 +5,17 @@
}
@font-face {
font-family: 'Samurai Bob';
src: url('fonts/samuraibob.ttf') format('truetype');
font-weight: 400;
font-family: 'Samurai Bob';
src: url('fonts/samuraibob.woff2') format('woff2'),
url('fonts/samuraibob.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Molot';
src: url('fonts/molot.otf') format('opentype');
font-weight: 400;
font-family: 'Molot';
src: url('fonts/molot.woff2') format('woff2'),
url('fonts/molot.woff') format('woff');
font-weight: 400;
font-style: normal;
}