mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-23 04:19:55 +00:00
22 lines
860 B
SCSS
22 lines
860 B
SCSS
/*
|
|
-----------Font---------
|
|
> Uncomment the font-weight to enable San Fransisco Bold
|
|
> Designed by Apple in California - https://developer.apple.com/fonts/
|
|
*/
|
|
|
|
@import url("https://rawcdn.githack.com/yurifuko/AppleFontsCSS/63d11c4a50ce8ee001f70870bbe4f2752983848d/Apple-fonts.css");
|
|
|
|
code, .codeBlockText-28BOxV, .codeLine-2C-9aH, .markup-eYLPri code.inline, .after_inlineCode-2_JXPm, .before_inlineCode-1zngJj, .inlineCode-ERyvy_ {
|
|
font-family: "SF Mono",mono,monospace;
|
|
}
|
|
|
|
* {
|
|
--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;
|
|
text-rendering: optimizeLegibility;
|
|
text-transform: none !important;
|
|
letter-spacing: 0.015em;
|
|
|
|
// font-weight: bold !important;
|
|
} |