fixed mistake in header font syntax

This commit is contained in:
Stavros Polymenis 2017-01-09 22:10:15 +00:00
parent 5f5403e7dc
commit b07e6e6a8b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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; }