From 59ec3a0e89ae60f40a70364b94d0716750512d36 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 14 Mar 2021 01:24:37 +0100 Subject: [PATCH] :lipstick: (fonts) update font --- src/styles/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index 578081a..ebf6f06 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,5 +1,5 @@ @charset "utf-8"; -@import url('https://fonts.googleapis.com/css2?family=Brygada+1918&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap'); @import '~bulma/bulma.sass'; html { @@ -7,8 +7,8 @@ html { } body { + font-family: 'Courier Prime', monospace; text-align: center; - font-family: 'Brygada 1918', serif; height: 100vh; }