add mgh.css
This commit is contained in:
parent
aace381295
commit
0d6aeacc34
@ -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
|
||||
|
BIN
in/css/font/science-gothic.ttf
Normal file
BIN
in/css/font/science-gothic.ttf
Normal file
Binary file not shown.
@ -1,2 +1,3 @@
|
||||
body {
|
||||
font-family: sans-serif; }
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
14
in/css/mgh.sass
Normal file
14
in/css/mgh.sass
Normal 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: '#'
|
Loading…
Reference in New Issue
Block a user