User:Dhoru 21/vector-2022.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Rejang&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Sharada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Balinese&display=swap');

body {
	font-family: calibri;
}

html, body, #content h1, #content h2, #content #firstHeading {
    font-family: Calibri, !important;
}

:lang(ar) {
    font-family: Dubai, calibri;
}

:lang(su) {
	font-family: "Noto Sans Sundanese";
}

:lang(rej) {
	font-family: "Noto Sans Rejang", Calibri;
}

:lang(ban) {
	font-family: 'Noto Serif Balinese', Calibri;
}

:lang(ur), :lang(ota), :lang(fa) {
	font-family: 'Noto Nastaliq Urdu', Calibri;
}

:lang(hi), :lang(sa) {
	font-family: 'Noto Sans Devanagari', Mangal, Calibri;
}

:lang(dv) {
	font-family: 'Mv Elaaf Lite', 'Noto Sans Thaana', Calibri, Faruma;
}