diff --git a/Fonts/SpaceMono/Style.css b/Fonts/SpaceMono/Style.css new file mode 100644 index 0000000..3ce3075 --- /dev/null +++ b/Fonts/SpaceMono/Style.css @@ -0,0 +1,5 @@ +@import url('Font.css'); + +Body { + Font-Family: 'Space Mono', monospace; +}