Font optimise and settings on home page
This commit is contained in:
parent
291034ca4e
commit
26c4b6629d
17 changed files with 329 additions and 43 deletions
Binary file not shown.
BIN
crabfit-frontend/public/fonts/molot.woff
Normal file
BIN
crabfit-frontend/public/fonts/molot.woff
Normal file
Binary file not shown.
BIN
crabfit-frontend/public/fonts/molot.woff2
Normal file
BIN
crabfit-frontend/public/fonts/molot.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
crabfit-frontend/public/fonts/samuraibob.woff
Normal file
BIN
crabfit-frontend/public/fonts/samuraibob.woff
Normal file
Binary file not shown.
BIN
crabfit-frontend/public/fonts/samuraibob.woff2
Normal file
BIN
crabfit-frontend/public/fonts/samuraibob.woff2
Normal file
Binary file not shown.
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue