From e1a21bdf4828800b15ca8f81cbb4769a45a26f2f Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 29 Aug 2021 23:21:13 +0200 Subject: [PATCH] :bulb: (font) adding font family comment for Courier Prime too --- src/styles/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index a71080c..101eade 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -10,6 +10,7 @@ font-family: 'Tajawal', sans-serif; font-family: 'Domine', serif; font-family: 'Amiri', serif; + font-family: 'Courier Prime', serif; */ $primary: #2c3a47; @@ -109,4 +110,4 @@ pre { code { font-family: var(--font-family); -} \ No newline at end of file +}