Use font as npm module

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-02-21 21:29:17 +05:30
parent 318e7c7458
commit 6a9964e889
17 changed files with 33 additions and 266 deletions

View file

@ -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,