mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
added !important otherwise weight doesn't change
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
|
||||
* You can set surCord to use Apple's Emoji font by navigating to `/src/_modules.scss` and uncommenting `@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);`
|
||||
|
||||
* You can uncomment `font-weight: bold;` in your respective font sections to use **San Fransisco Display Bold**.
|
||||
* You can uncomment `font-weight: bold !important;` in your respective font sections
|
||||
to use **San Fransisco Display Bold**. *(Or specify your own weight, 100-900; bold = 700)*
|
||||
|
||||
- **BD:** surCord.theme.css
|
||||
- **Replugged/Powercord:** `/src/_font.scss`
|
||||
|
||||
+2
-1
@@ -12,6 +12,7 @@
|
||||
--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;
|
||||
|
||||
// font-weight: bold !important;
|
||||
}
|
||||
|
||||
+2
-1
@@ -83,8 +83,9 @@
|
||||
--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;
|
||||
|
||||
/* font-weight: bold !important; */
|
||||
}
|
||||
|
||||
@import url("https://rawcdn.githack.com/yurifuko/SanFranciscoFontCSS/a4610187cea84b884f8c054d7118aff1496a9b01/SFFont.css");
|
||||
|
||||
+2
-1
@@ -62,8 +62,9 @@
|
||||
--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;
|
||||
|
||||
/* font-weight: bold !important; */
|
||||
}
|
||||
|
||||
@import url("https://rawcdn.githack.com/yurifuko/SanFranciscoFontCSS/a4610187cea84b884f8c054d7118aff1496a9b01/SFFont.css");
|
||||
|
||||
Reference in New Issue
Block a user