fixed mistake in header font syntax
This commit is contained in:
parent
5f5403e7dc
commit
b07e6e6a8b
@ -75,7 +75,7 @@ header a:visited
|
||||
color: $colour-fg
|
||||
|
||||
h1, h2, h3, h4, h5
|
||||
font-face: "Orbitron Medium"
|
||||
font-family: "Orbitron Medium"
|
||||
text-align: center
|
||||
font-weight: 300
|
||||
margin: 3em auto 1em auto
|
||||
|
@ -93,7 +93,7 @@ header a:visited {
|
||||
color: #99C2D8; }
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-face: "Orbitron Medium";
|
||||
font-family: "Orbitron Medium";
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
margin: 3em auto 1em auto; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user