From b065a5483281565dd888dabf868e4ce6b80be19f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 28 Jun 2021 22:42:29 +0100 Subject: [PATCH] :symbols: Adds new optional font-face, for cyberpunk --- src/styles/typography.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/typography.scss b/src/styles/typography.scss index 9f5d4f83..6d8407d9 100644 --- a/src/styles/typography.scss +++ b/src/styles/typography.scss @@ -57,4 +57,7 @@ html { @import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap'); /* Jam */ -@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap'); \ No newline at end of file +@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap'); + +/* Cyber Punk */ +@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap'); \ No newline at end of file