From 402ea1f8536423252efa8a775df202e0b53746f8 Mon Sep 17 00:00:00 2001 From: Samuel Macleod Date: Sat, 18 Jul 2020 18:29:56 +0100 Subject: [PATCH] Name fonts --- stylesheet.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 5986a43..d179a20 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,12 +1,9 @@ /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 18, 2020 */ - - @font-face { - font-family: 'triplicate_t4cregular'; - src: url('triplicate_t4_code_regular-webfont.woff2') format('woff2'), - url('triplicate_t4_code_regular-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; - -} \ No newline at end of file + font-family: 'Triplicate T4C'; + src: url('triplicate_t4_code_regular-webfont.woff2') format('woff2'), + url('triplicate_t4_code_regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} -- 2.11.4.GIT