Skip to content
Snippets Groups Projects
Commit 769fca32 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Remove Barlow import (will be added elsewhere) and fix spacing

parent 0f2cf5a1
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
/*/ Barlow (Google fallback for Bureau Grotesque) /*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;500&display=swap');
/*/ Bureau Grotesque /*/
@font-face {
......@@ -534,4 +530,4 @@ $fdsu-location: "\e930";
&:before {
content: $fdsu-location;
}
}
\ No newline at end of file
}
......@@ -43,8 +43,8 @@ $prefix-for-spec: true;
// // Typography
$font-bg-book: "BureauGrot Book", "Barlow", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
$font-bg-condbold: "BureauGrotCond","Barlow Condensed", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
$font-bg-cond-book: "BureauGrotCond Book","Barlow Condensed", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
$font-bg-condbold: "BureauGrotCond", "Barlow Condensed", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
$font-bg-cond-book: "BureauGrotCond Book", "Barlow Condensed", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
$font-bg: "BureauGrot", "Barlow", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
$font-bg-wide: "BureauGrotWide","Barlow", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment