From 7edb9edfe1fce87b6650ef0f1b6dea212de9422b Mon Sep 17 00:00:00 2001 From: Alvaro <110414366+alvaro-signal@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:51:55 -0600 Subject: [PATCH] Added missing fonts to _fontfaces.scss --- stylesheets/_fontfaces.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stylesheets/_fontfaces.scss b/stylesheets/_fontfaces.scss index a582a366d..0dd68f0c0 100644 --- a/stylesheets/_fontfaces.scss +++ b/stylesheets/_fontfaces.scss @@ -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'); +}