mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
include font
This commit is contained in:
@@ -15,3 +15,25 @@
|
||||
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/source.css');
|
||||
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/blue.css');
|
||||
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/default.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");
|
||||
|
||||
Reference in New Issue
Block a user