diff --git a/surCord.theme.css b/surCord.theme.css index 4277e54..6d4921a 100644 --- a/surCord.theme.css +++ b/surCord.theme.css @@ -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 ///////////////////////////////////////// */ -