@@ -1012,7 +1012,7 @@ a.btn.btn-primary .glyphicon-triangle-bottom { | |||
-webkit-border-radius: 10px; | |||
border-radius: 10px; | |||
margin-bottom: 30px; | |||
font-family: "myriadpro-regular"; | |||
font-family: "Arial"; | |||
} | |||
/* line 987, ../sass/screen.scss */ | |||
.communicate-instructions .header .logo { |
@@ -981,7 +981,7 @@ a.btn { | |||
padding: 10px ; | |||
@include border-radius(10px) ; | |||
margin-bottom: 30px ; | |||
font-family: 'myriadpro-regular' ; | |||
font-family: 'Arial' ; | |||
.header { | |||
.logo { |
@@ -81,6 +81,12 @@ $this->fonttrans = array( | |||
*/ | |||
$this->fontdata = array( | |||
"highvoltageregular" => array( | |||
'R' => "highvoltage-webfont.ttf", | |||
), | |||
"capsuularegular" => array( | |||
'R' => "capsuula-webfont.ttf", | |||
), | |||
"dejavusanscondensed" => array( | |||
'R' => "DejaVuSansCondensed.ttf", | |||
'B' => "DejaVuSansCondensed-Bold.ttf", |