Code: Select all
* {
font-family: "Times New Roman", "細明體-ExtB" "MingLiU-ExtB", "細明體", "MingLiU", "Serif";
}
Post by Kae » Tue Apr 08, 2014 12:12 pm
Code: Select all
* {
font-family: "Times New Roman", "細明體-ExtB" "MingLiU-ExtB", "細明體", "MingLiU", "Serif";
}
Post by adrian » Tue Apr 08, 2014 1:02 pm
Post by HomeGoods » Tue May 06, 2014 2:22 pm
Post by adrian » Tue May 06, 2014 2:54 pm
Post by HomeGoods » Tue May 06, 2014 6:47 pm
http://www.w3.org/TR/CSS2/fonts.html15.2 Font matching algorithm
...
2.At a given element and for each character in that element, ...
...
4.If there is a matching font face, but it does not contain a glyph for the current character, ...
Post by HomeGoods » Tue May 06, 2014 7:05 pm
http://www.w3.org/TR/2008/REC-CSS2-2008 ... amily-propHere is an example of a font set suitable for a text that is expected to contain text with Latin characters, Japanese characters, and mathematical symbols:
BODY { font-family: Baskerville, "Heisi Mincho W3", Symbol, serif }
The glyphs available in the "Baskerville" font (a font that covers only Latin characters) will be taken from that font, Japanese glyphs will be taken from "Heisi Mincho W3", and the mathematical symbol glyphs will come from "Symbol". Any others will come from the generic font family 'serif'.
Post by adrian » Wed May 07, 2014 10:33 am
Post by HomeGoods » Wed May 07, 2014 11:14 am
This website was created & generated with <oXygen/>®XML Editor