SmartQubit
Qubit by nanox
Details
Authornanox
LicenseCC-BY-NC-SA-4.0
Categorysmartqubit.userstyles.world
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
SmartQubit Global Style
Source code
/*!
==UserStyle==
@name SmartQubit
@namespace github.com/nanox/smartqubit-css-stylus
@version 2.0.0
@description SWOmie stylish
@author nanox
==UserStyle==
*/
:root {
-font-smooth: never;
-global-font: Rubik, Utendo, Sora, "HarmonyOS Sans Condensed", "Sofia Sans", Lato, Telefonica, "Lucida Grande", "Droid Sans", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", "Helvetica Neue", HelveticaNeue, Helvetica, Roboto, BlinkMacSystemFont, museo-sans, apple-system, ui-sans-serif, system-ui, sans-serif, ibm-plex-sans, -apple-system, system-ui, sans-serif;
-text-rendering: optimizeSpeed;
-webkit-font-smoothing: none;
}
html, body {
font-family: var(--global-font);
text-decoration: none;
}
blockquote, input, input[type=button], input[type=number], input[type=password], input[type=reset], input[type=submit], input[type=text], p, td, th, textarea, li, ul, button {
font-family: var(--global-font);
}
h1, h1>div, h1>span, .h1, #h1, h2, h2>a, h3, h4, caption, th, label {
font-family: var(--global-font);
}
#main-window-body, .body-156, .fullSpace-274, .linkStyles-296, .spanWrapper-280, .labelRootStyles-285, .truncatableText-284,
.content, .content-html {
font-family: var(--global-font);
}
a, a:link, a:visited {
font-family: inherit;
text-decoration: none;
}
a:hover {
font-family: inherit;
text-decoration: underline;
}
pre, div>pre, x-screen, #banner, #PlainText, .PlainText, .priceFinal, .code, #code {
font-family: source-code-pro, ui-monospace, "Intel One Mono", "Red Hat Mono", Consolas, Monaco, monospace;
text-decoration: none;
}
@-moz-document domain("smartqubit.co") {
}