Skip to content

Commit

Permalink
GWH: Lato v16, Open Sans v17, and Source Sans Pro v13
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Jul 31, 2019
1 parent 0784d71 commit cf4c7de
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css/404.min.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
font-style: normal;
font-weight: 200;
src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
url("../fonts/source-sans-pro-v12-latin-200.woff2") format("woff2"),
url("../fonts/source-sans-pro-v12-latin-200.woff") format("woff");
url("../fonts/source-sans-pro-v13-latin-200.woff2") format("woff2"),
url("../fonts/source-sans-pro-v13-latin-200.woff") format("woff");
}

// Color variables
Expand Down
8 changes: 4 additions & 4 deletions css/mangan.min.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
font-style: normal;
font-weight: 400;
src: local("Lato Regular"), local("Lato-Regular"),
url("../fonts/lato-v15-latin-regular.woff2") format("woff2"),
url("../fonts/lato-v15-latin-regular.woff") format("woff");
url("../fonts/lato-v16-latin-regular.woff2") format("woff2"),
url("../fonts/lato-v16-latin-regular.woff") format("woff");
}

@font-face {
Expand All @@ -24,8 +24,8 @@
font-style: normal;
font-weight: 400;
src: local("Open Sans Regular"), local("OpenSans-Regular"),
url("../fonts/open-sans-v16-latin-regular.woff2") format("woff2"),
url("../fonts/open-sans-v16-latin-regular.woff") format("woff");
url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"),
url("../fonts/open-sans-v17-latin-regular.woff") format("woff");
}

// Font family
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cf4c7de

Please sign in to comment.