Files
surCord/surCord.user.css
T
2022-07-26 00:15:43 +02:00

40 lines
1.3 KiB
CSS

@-moz-document domain("discord.com") {
/* ==UserStyle==
@name surCord
@description A Discord theme inspired by Human Design.
@author Vozer
@namespace https://github.com/SlippingGitty/surCord
@version 1.0.0
==/UserStyle== */
/*
-----------Source---------
> This is the core of the entire theme
> It is essential that you do not touch these urls, unless you know what you are doing.
*/
@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");