Responsive design and embedded fonts

This commit is contained in:
Ben Grant 2021-03-02 22:47:29 +11:00
parent 89fd659f5c
commit b6b0a48d75
5 changed files with 35 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View file

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