MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .IPA { font-family: Gentium,'Gentium Plus',GentiumAlt,'DejaVu Sans','Segoe UI','Lucida Grande','Charis SIL','Doulos SIL','TITUS Cyberbit Basic','Code2000','Lucida Sans Unicode',sans-serif; font-size: 110%; font-style: normal; font-variant-ligatures: no-common-ligatures; }") |
No edit summary |
||
Line 5: | Line 5: | ||
font-style: normal; | font-style: normal; | ||
font-variant-ligatures: no-common-ligatures; | font-variant-ligatures: no-common-ligatures; | ||
} | |||
.gender, .number, .noun-class { | |||
font-style: italic; | |||
} | } |
Revision as of 15:25, 6 August 2023
/* CSS placed here will be applied to all skins */
.IPA {
font-family: Gentium,'Gentium Plus',GentiumAlt,'DejaVu Sans','Segoe UI','Lucida Grande','Charis SIL','Doulos SIL','TITUS Cyberbit Basic','Code2000','Lucida Sans Unicode',sans-serif;
font-size: 110%;
font-style: normal;
font-variant-ligatures: no-common-ligatures;
}
.gender, .number, .noun-class {
font-style: italic;
}