added !important otherwise weight doesn't change

This commit is contained in:
yurifuko
2022-09-01 14:21:46 +02:00
committed by GitHub
parent 12dbb57f48
commit 4e3f41cff3
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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");