Skip to content
Snippets Groups Projects
Commit da67e633 authored by khawkins98's avatar khawkins98
Browse files

Trial fira in v1.3

parent c970b658
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ $dark-gray: #8a8a8a;
$body-background: $ebi-colour-white;
$body-font-color: $ebi-colour-dark;
$body-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$body-font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
$body-font-family-serif: 'EB Garamond', 'georgia', serif;
// Label tweaks
......
......@@ -10,9 +10,10 @@
@import 'ebi_color_styles';
@import 'ebi_clearable_inputs';
@import 'embl_selector'; // EMBL Dropdown selector for .masthead-black-bar
@import 'https://code.cdn.mozilla.net/fonts/fira.css';
@mixin ebi-base-styles {
body h1, body h2, body h3 { font-weight: 300; }
body h1, body h2, body h3, body h4, body h5 { font-weight: 600; }
li { word-wrap: break-word; }
......@@ -114,7 +115,7 @@
// Breadcrumbs
.breadcrumbs { padding-top: 0.5rem; }
body .breadcrumbs a { color: #888; }
body .breadcrumbs a { color: $medium-gray; border-bottom: none; }
@include ebi-code-styles;
......
......@@ -29,7 +29,7 @@ html, body {
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-family: 'Fira Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment