mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
huge improvement for fonts (#30)
* Update surCord.theme.css * Update surCord.user.css * Update _font.scss * Update surCord.user.css * Update surCord.theme.css * Update _font.scss
This commit is contained in:
+7
-13
@@ -56,22 +56,16 @@
|
||||
/* Uncomment the line below to use Apple's Emoji font */
|
||||
/* @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); */
|
||||
|
||||
code,
|
||||
.inlineCode-ERyvy_,
|
||||
.after_inlineCode-2_JXPm,
|
||||
.before_inlineCode-1zngJj,
|
||||
.codeLine-2C-9aH,
|
||||
.codeBlockText-28BOxV {
|
||||
font-family: "SF Mono", mono, monospace;
|
||||
}
|
||||
@import url("https://raw.githubusercontent.com/czarhex/SanFranciscoFontCSS/main/SFFont.css");
|
||||
|
||||
::placeholder, ::-webkit-input-placeholder,
|
||||
body, button, input, select, textarea, .base-ZDDK0g, .headerText-1qIDDT, .header-Imy05m, .container-q97qHp, .name-3Uvkvr, .text-md-bold-22PzaZ, .text-md-semibold-3xVVGu, .text-sm-medium-3Pz3rB, .text-sm-normal-3Zj3Iv, .text-xs-medium-2LRpEj, .text-xs-normal-3SiVjE, .text-md-medium-2avxhQ, .text-md-normal-304U3g, .headerTag-3GXZkV, .eyebrow-Ejf06y, .heading-xxl-bold-3iEWjT, .title-3hptVQ, .userTag-2qPxEZ, .heading-lg-medium-3gUJeM, .heading-lg-normal-1bqh2L {
|
||||
font-family: "SF Pro Display", sans-serif;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
* {
|
||||
--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;
|
||||
}
|
||||
|
||||
@import url("https://raw.githubusercontent.com/czarhex/SanFranciscoFontCSS/main/SFFont.css");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user