mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
Use font as npm module
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
318e7c7458
commit
6a9964e889
17 changed files with 33 additions and 266 deletions
|
|
@ -1,5 +1,3 @@
|
|||
@import url(./font-face.css);
|
||||
|
||||
:root {
|
||||
|
||||
/* background color | --bg-[background type]: value */
|
||||
|
|
@ -154,7 +152,7 @@
|
|||
--fw-light: 300;
|
||||
--fw-normal: 400;
|
||||
--fw-medium: 500;
|
||||
--fw-bold: 600;
|
||||
--fw-bold: 700;
|
||||
|
||||
|
||||
/* spacing | --sp-[space]: value */
|
||||
|
|
@ -287,7 +285,7 @@
|
|||
/* override normal font weight for dark mode */
|
||||
--fw-normal: 350;
|
||||
|
||||
--font-secondary: 'Inter', 'Roboto', sans-serif;
|
||||
--font-secondary: 'InterVariable', 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.dark-theme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue