mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 17:56:16 +05:30
feat: jakarta font
This commit is contained in:
parent
07c32bc4fe
commit
1aef7530e2
6 changed files with 54 additions and 25 deletions
Binary file not shown.
Binary file not shown.
17
public/assets/fonts/plus-jakarta/plus-jakarta.css
Normal file
17
public/assets/fonts/plus-jakarta/plus-jakarta.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@font-face {
|
||||
font-family: "Plus Jakarta Sans";
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-named-instance: "Regular";
|
||||
src: url("PlusJakartaSans-VariableFont_wght.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Plus Jakarta Sans";
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-named-instance: "Italic";
|
||||
src: url("PlusJakartaSans-Italic-VariableFont_wght.ttf");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue