User:Azuizo/modern.css

Source: 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.
body {
    font-family: "Roboto";
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
}

.mw-editsection, .navbox, .plainlinks.mbox-small {
    font-family: "Roboto";
    text-align: left;
}

#mw-content-text {
    font-family: "Linux Libertine";
    font-size: 130%;
    line-height: 1.75em;
    text-align: justify;
    margin: 3%;
}

.toctoggle, #siteNotice {
    display: none !important;
}

.mw-headline {
   	-webkit-font-feature-settings: 'smcp';
   	-moz-font-feature-settings: 'smcp';
   	font-feature-settings: 'smcp';
   	font-weight: 400;
    letter-spacing: 0.06em;
}

[lang="ar"], [lang="fa"] {
    direction: rtl;
    font-family: Amiri;
}
[lang="he"] {
    direction: rtl;
    font-family: 'SBL Hebrew';
    font-size: 120%;
}
[lang="grc-gre"], [lang="el"], [lang="grc"] {
    font-family: GFS Porson;
}
[lang="sa"], [lang="hi"] {
    font-family: Chandas;
}