mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
SF Pro Display font import
This commit is contained in:
+11
-13
@@ -185,24 +185,22 @@ display:none;
|
||||
|
||||
|
||||
/* Font */
|
||||
* {
|
||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
text-transform: none;
|
||||
}
|
||||
@import url('https://v1.fontapi.ir/css/SFProDisplay');
|
||||
|
||||
|
||||
/* If you are having trouble with getting the San Francisco font to work on
|
||||
your platform, you do not have the SF Pro Fonts installed
|
||||
|
||||
Download those here:
|
||||
https://github.com/blaisck/sfwin/tree/master/SFPro/OpenType */
|
||||
.platform-linux *, .platform-win *{
|
||||
font-family: "SF Pro Display", sans-serif !important;
|
||||
.platform-osx * {
|
||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
.platform-linux *, .platform-win *{
|
||||
font-family: "SF Pro Display", sans-serif !important;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
/* Links */
|
||||
:root {
|
||||
--text-link: var(--accent);
|
||||
|
||||
Reference in New Issue
Block a user