MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap');") |
No edit summary |
||
Line 1: | Line 1: | ||
/ | @import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap'); | ||
/** Justified text w/ hyphenation. */ | |||
.vector-body p { | |||
text-align: justify; | |||
hyphens: auto; | |||
} |
Revision as of 01:45, 27 June 2024
@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap'); /** Justified text w/ hyphenation. */ .vector-body p { text-align: justify; hyphens: auto; }