[go: nahoru, domu]

Jump to content

User:Veliath/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Veliath (talk | contribs) at 05:05, 6 March 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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=Source+Serif+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,360;0,8..60,600;1,8..60,360;1,8..60,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;700&display=swap');

body, .mediawiki, .mw-body h1, .mw-body h2{
    font-family: 'Source Serif 4', 'Noto Serif JP', 'Noto Serif TC', 'Noto Serif KR', 'Noto Serif SC', serif, monospace;
    font-kerning: normal;
    font-variant-ligatures: contextual;
    hyphens: auto;
    text-align: initial;
    font-synthesis: none;
}

.mw-body-content, blockquote{
    font-family: 'Source Serif 4', 'Noto Serif JP', 'Noto Serif TC', 'Noto Serif KR', 'Noto Serif SC', serif, monospace;
    font-kerning: normal;
    font-variant-ligatures: contextual;
    hyphens: auto;
    text-align: justify;
    overflow-wrap: break-word;
    hyphenate-limit-chars: 2 1 1;
    font-synthesis: none;
    font-size: 107%;
    font-variation-settings: "opsz" 10;
    /*letter-spacing: -0.0125em;*/
}