User:Kxx/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Math&display=swap');
@import url('https://rsms.me/inter/inter.css');

body, input, select, .suggestions, #searchform, div#content .mw-editsection {
    font-family: InterVariable, sans-serif;
}

body {
    font-size: 1.25em;
}

code, pre, textarea, tt {
    font-family: 'Roboto Mono', monospace;
}

span.texhtml {
    font-family: 'Noto Sans Math', sans-serif;
    font-size: 100%;
}

div.mw-geshi div, div.mw-geshi div pre, span.mw-geshi, pre[class^='source-'], pre[class*=' source-'], pre.mw-code {
    font-family: 'Roboto Mono', monospace !important;
}

.navpopup {
    font-size: 0.55em;
    max-width: 40em;
    opacity: 0.9;
}

.navpopup .popup_menu {
    opacity: 0.9;
}

.popupPreview {
    font-size: 1.1em;
}

.IPA {
    font-family: 'DejaVu Sans', Arial, sans-serif;
}

sup::before, sub::before {
    content: '\feff';
}

.mw-editsection {
    font-size: 0.9rem;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: InterVariable, sans-serif !important;
    font-weight: bold;
}

#bodyContent {
    font-size: 0.8em;
}

.smcp {
    font-variant: normal !important;
    font-feature-settings: 'kern', 'liga', 'smcp';
}

.localcomments {
    font-size: 0.95em;
    white-space: nowrap;
}

#p-logo > a {
    background-image: url(//upload.wikimedia.org/wikipedia/commons/b/b3/Wikipedia-logo-v2-en.svg) !important;
}

#MathJax_Message {
    position: fixed !important;
    left: auto !important;
    right: 1px;
}