mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
Easy way to make the font universally bold
Uncommenting "font weight: bold;" on your respective platform will make the font universally bold.
This commit is contained in:
+5
-4
@@ -189,14 +189,15 @@ display:none;
|
||||
.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;
|
||||
text-transform: none;
|
||||
font-family: "SF Pro Display", sans-serif !important;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
//font-weight: bold;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user