mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
* Update surCord.theme.css * Update surCord.user.css * Update _font.scss * Update surCord.user.css * Update surCord.theme.css * Update _font.scss
18 lines
654 B
SCSS
18 lines
654 B
SCSS
/*
|
|
-----------Font---------
|
|
> Uncomment the font-weight to enable San Fransisco Bold
|
|
> Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/
|
|
*/
|
|
|
|
@import url("https://raw.githubusercontent.com/czarhex/SanFranciscoFontCSS/main/SFFont.css");
|
|
|
|
* {
|
|
--font-primary: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
|
|
--font-display: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
|
|
--font-headline: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
|
|
--font-code: "SF Mono",mono,monospace;
|
|
text-rendering: optimizeLegibility;
|
|
// font-weight: bold;
|
|
text-transform: none;
|
|
}
|