mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
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:
parent
ef42199c57
commit
eb1e69a643
4 changed files with 8 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-ExtraBold.eot
vendored
Normal file
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-ExtraBold.eot
vendored
Normal file
Binary file not shown.
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-ExtraBold.ttf
vendored
Normal file
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-ExtraBold.ttf
vendored
Normal file
Binary file not shown.
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-ExtraBold.woff
vendored
Normal file
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-ExtraBold.woff
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue