Added missing fonts to _fontfaces.scss
This commit is contained in:
parent
3e27bc091a
commit
7edb9edfe1
1 changed files with 15 additions and 0 deletions
|
@ -39,3 +39,18 @@
|
|||
font-family: 'Inter';
|
||||
src: url('../fonts/inter-v3.19/Inter-Regular.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Parisienne';
|
||||
src: url('../fonts/stories/Parisienne-Regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Barlow Condensed';
|
||||
src: url('../fonts/stories/BarlowCondensed-Medium.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'EB Garamond';
|
||||
src: url('../fonts/stories/EBGaramond-Regular.ttf');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue