Added missing fonts to _fontfaces.scss

This commit is contained in:
Alvaro 2022-09-22 12:51:55 -06:00 committed by GitHub
parent 3e27bc091a
commit 7edb9edfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

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