[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 04:21, 1 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,350;0,8..60,600;1,8..60,350;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');

.mw-body-content {
    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;
    /*word-break: break-all;*/
    overflow-wrap: break-word;
    hyphenate-limit-chars: 2 1 1;
    font-synthesis: none;
    font-size: 115%;
    font-variation-settings: "opsz" 20;
    letter-spacing: -0.05em;
}

.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;
}
 
/*
    font-family: 'Source Serif Pro', 'Noto Serif JP', 'Noto Serif TC', 'Noto Serif KR', 'Noto Serif SC', serif;
    font-kerning: normal;
    font-variant-ligatures: discretionary-ligatures;
    text-align: justify;
    hyphens: auto;
    width: 100%
    font-stretch: 90%;
*/