Use Orbitron font less often

This commit is contained in:
Colin McLeod
2015-06-03 22:57:32 -07:00
parent 9f083588cf
commit 9e79698906
4 changed files with 5 additions and 5 deletions

View File

@@ -76,13 +76,13 @@ h1 {
h2 {
text-transform: uppercase;
font-family: @fTitle;
font-family: @fStandard;
font-size: 1.2em;
}
h3 {
text-transform: uppercase;
font-family: @fTitle;
font-family: @fStandard;
font-size: 1em;
margin: 0.2em 0;
color: @primary;

View File

@@ -10,7 +10,7 @@
.header {
width: 100%;
margin-bottom: 0.4em;
font-family: @fTitle;
font-family: @fStandard;
color: @bgBlack;
background-color: @primary-disabled;
text-transform: uppercase;

View File

@@ -25,7 +25,7 @@ a.ship {
small {
color: @warning;
font-family: @fTitle;
font-family: @fStandard;
float: left;
font-size: 0.8em;
margin-right: 2em;

View File

@@ -7,7 +7,7 @@
cursor: default;
h1 {
font-family: @fTitle;
font-family: @fStandard;
color: @bgBlack;
background-color: @primary-disabled;
text-transform: uppercase;