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-14 13:23:57 +09:00
committed by GitHub
parent ef42199c57
commit eb1e69a643
4 changed files with 8 additions and 0 deletions
+8
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.