font fix for betterdiscord

This commit is contained in:
czarhex
2022-07-26 00:10:50 +02:00
committed by GitHub
parent 4e6ac26d59
commit 0780320fdd
+23 -2
View File
@@ -60,17 +60,38 @@
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/dracula.css'); */
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/fuoco.css'); */
/*
/*
-----------Source---------
> This is the core of the entire theme
> It is essential that you do not touch this url, unless you know what you are doing.
*/
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/source.css');
/*
/*
-----------Font---------
> Uncomment the font-weight to enable San Fransisco Bold
> Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/
*/
.platform-osx * {
font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
text-rendering: optimizeLegibility !important;
/* font-weight: bold; */
text-transform: none;
}
.platform-linux *,
.platform-win * {
font-family: "SF Pro Display", sans-serif !important;
text-rendering: optimizeLegibility !important;
/* font-weight: bold; */
text-transform: none;
}
@import url("https://v1.fontapi.ir/css/SFProDisplay");
/*
/////////////////////////////////////////
//ADD YOUR OWN ADDITIONS BELLOW THIS LINE
/////////////////////////////////////////
*/