MediaWiki:Common.css/WinFixes.css: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Unicoe: Give "Arial Unicode MS" priority)
(update to have the new Gentium plus preferred before other gentium fonts)
Line 4: Line 4:


.IPA {
.IPA {
     font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
     font-family: "Charis SIL", "Doulos SIL", "Gentium Plus", Gentium, GentiumAlt,
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Arial Unicode MS", "Lucida Sans Unicode",
Line 11: Line 11:
.Unicode {
.Unicode {
     font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
     font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                 "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                 "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                 "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
Line 18: Line 18:
}
}
.polytonic {
.polytonic {
     font-family: "Athena Unicode", Gentium, "Palatino Linotype",
     font-family: "Athena Unicode", "Gentium Plus", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000;  
                 "Lucida Grande", Code2000;  

Revision as of 21:44, 8 November 2010

/* <source lang="css"> */

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. */

.IPA {
    font-family: "Charis SIL", "Doulos SIL", "Gentium Plus", Gentium, GentiumAlt,
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Chrysanthi Unicode";
}
.Unicode {
    font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                 "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                 "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                 "Code2000", "Code2001";
    font-size-adjust: 0.54;
}
.polytonic {
    font-family: "Athena Unicode", "Gentium Plus", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
}

/* </source> */