Feat: First Commit + Project Scaffolding + Initialize Styling
License Added
This commit is contained in:
6
Frontend/src/styles/base/_fonts.scss
Normal file
6
Frontend/src/styles/base/_fonts.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/* Path: Frontend/src/styles/base/_fonts.scss */
|
||||
|
||||
:root {
|
||||
--font-family-sans: "Inter", "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
--font-family-mono: "Geist Mono", "SFMono-Regular", ui-monospace, "Cascadia Code", "Roboto Mono", monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user