mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add Nunito sans bold italic (#7953)
This commit is contained in:
parent
3a349bb07b
commit
cb8f290488
4 changed files with 8 additions and 1 deletions
|
|
@ -31,5 +31,12 @@
|
|||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family:'Nunito Sans';
|
||||
src:url('/fonts/nunito-sans/Nunito-Sans-Bold-Italic.eot') format('embedded-opentype'),
|
||||
url('/fonts/nunito-sans/Nunito-Sans-Bold-Italic.woff') format('woff'),
|
||||
url('/fonts/nunito-sans/Nunito-Sans-Bold-Italic.tff') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-Bold-Italic.eot
vendored
Normal file
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-Bold-Italic.eot
vendored
Normal file
Binary file not shown.
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-Bold-Italic.ttf
vendored
Normal file
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-Bold-Italic.ttf
vendored
Normal file
Binary file not shown.
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-Bold-Italic.woff
vendored
Normal file
BIN
website/assets/fonts/nunito-sans/Nunito-Sans-Bold-Italic.woff
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue