From 01284345ee45e1fbaea27095edadd474bc61a1c0 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 29 Feb 2024 14:25:26 +0100 Subject: [PATCH] space mono added to all.css --- fonts/base/all.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/fonts/base/all.css b/fonts/base/all.css index e8b173e..85de400 100644 --- a/fonts/base/all.css +++ b/fonts/base/all.css @@ -1133,6 +1133,34 @@ font-style: normal; } +@font-face { + font-family: 'SpaceMono'; + src: url('SpaceMono_R.ttf') format('truetype'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'SpaceMono'; + src: url('SpaceMono_RI.ttf') format('truetype'); + font-weight: 400; + font-style: italic; +} + +@font-face { + font-family: 'SpaceMono'; + src: url('SpaceMono_B.ttf') format('truetype'); + font-weight: 800; + font-style: normal; +} + +@font-face { + font-family: 'SpaceMono'; + src: url('SpaceMono_BI.ttf') format('truetype'); + font-weight: 800; + font-style: italic; +} + @font-face { font-family: 'SurfingCapital'; src: url('SurfingCapital.ttf') format('truetype');