add mgh.css

This commit is contained in:
Atlas Cove 2023-02-09 13:14:18 +00:00
parent aace381295
commit 0d6aeacc34
4 changed files with 17 additions and 2 deletions

View File

@ -4,6 +4,6 @@ charset=utf-8
end_of_line=lf
trim_trailing_whitespace=true
insert_final_newline=true
[Makefile]
[{Makefile,*.sass}]
indent_type=tab
indent_size=1

Binary file not shown.

View File

@ -1,2 +1,3 @@
body {
font-family: sans-serif; }
font-family: sans-serif;
}

14
in/css/mgh.sass Normal file
View File

@ -0,0 +1,14 @@
@mixin font-settings($weight:0,$width:0,$yopq:0,$slant:0)
font-variation-settings: 'wght' $weight,'wdth' $width, 'YOPQ' $yopq, 'slnt' $slant
@font-face
font-family: 'Science Gothic', monospace
src: url('font/science-gothic.ttf') format('truetype')
body
background-color: #00103D
color: #EAE8E3
.content
h1
font-family: 'Science Gothic', monospace
@include font-settings(345,100,116,0)
::before
content: '#'