Skip to content

Commit

Permalink
Merge pull request #9 from academic-innovation/opensans-typography
Browse files Browse the repository at this point in the history
Opensans typography
  • Loading branch information
michaelwheeler authored Oct 21, 2022
2 parents fe23ae1 + 6079847 commit 09f0db2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paragon/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// Add any font imports or definitions here
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');

$open-sans: 'Open Sans', sans-serif;
3 changes: 3 additions & 0 deletions paragon/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ $link: $blue;
$link-color: $blue;
$inline-link-color: $blue;
$info: $light;


$font-family-sans-serif: $open-sans;

0 comments on commit 09f0db2

Please sign in to comment.