Responsive design and embedded fonts
This commit is contained in:
parent
89fd659f5c
commit
b6b0a48d75
5 changed files with 35 additions and 15 deletions
BIN
crabfit-frontend/public/fonts/molot.otf
Normal file
BIN
crabfit-frontend/public/fonts/molot.otf
Normal file
Binary file not shown.
BIN
crabfit-frontend/public/fonts/samuraibob.ttf
Normal file
BIN
crabfit-frontend/public/fonts/samuraibob.ttf
Normal file
Binary file not shown.
|
|
@ -3,3 +3,15 @@
|
|||
src: url('fonts/karla-variable.ttf') format('truetype');
|
||||
font-weight: 1 999;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Samurai Bob';
|
||||
src: url('fonts/samuraibob.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Molot';
|
||||
src: url('fonts/molot.otf') format('opentype');
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue