Update website heading font (#3681)

* Add nunito and nunito sans to /fonts, remove google font tags (for nunito only),

* update layouts

* Add Nunito-sans-extrabold

* replace font files
This commit is contained in:
eashaw 2022-01-13 22:23:57 -06:00 committed by GitHub
parent ef42199c57
commit eb1e69a643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,14 @@
font-weight: 700;
font-style: normal;
}
@font-face{
font-family:'Nunito Sans';
src:url('/fonts/nunito-sans/Nunito-Sans-ExtraBold.eot') format('embedded-opentype'),
url('/fonts/nunito-sans/Nunito-Sans-ExtraBold.woff') format('woff'),
url('/fonts/nunito-sans/Nunito-Sans-ExtraBold.tff') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face{
font-family:'Nunito';
src:url('/fonts/nunito/Nunito-Italic.eot') format('embedded-opentype'),

Binary file not shown.

Binary file not shown.

Binary file not shown.