More actions
Eisa Ahmed (talk | contribs) Added center and naskh css classes |
Eisa Ahmed (talk | contribs) m Added Scheherazade New to server, hopefully will pull from server |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1, | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); | ||
:root { | :root { | ||
--font-family-citizen-base: 'Noto Sans'; | --font-family-citizen-base: 'Noto Sans'; | ||
Line 10: | Line 10: | ||
.naskh { | .naskh { | ||
font-family: 'Scheherazade New | font-family: 'Scheherazade New'; | ||
} | } | ||
.center { | .center { | ||
text-align: center; | text-align: center; | ||
display: block; | |||
} | } |
Latest revision as of 18:04, 16 January 2024
/* All CSS here will be loaded for users of the Citizen skin */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); :root { --font-family-citizen-base: 'Noto Sans'; --font-family-citizen-serif: 'Noto Serif'; --font-family-citizen-monospace: 'Noto Sans Mono', 'Noto Sans', 'Noto Sans Arabic'; } .naskh { font-family: 'Scheherazade New'; } .center { text-align: center; display: block; }