зеркало из https://github.com/mozilla/bedrock.git
Fix Bug 993702 - Improve font selection for Japanese (ja)
This commit is contained in:
Родитель
0941e96d88
Коммит
f0a745af74
|
@ -1,3 +1,95 @@
|
|||
/* Bug 993702 */
|
||||
|
||||
@font-face {
|
||||
font-family: X-LocaleSpecific-Light;
|
||||
font-weight: normal;
|
||||
src: /* All */
|
||||
local(mplus-2p-light),
|
||||
local(KozGoPro-Light),
|
||||
/* OS X */
|
||||
local(RyoGothicPlusN-Light),
|
||||
local(HiraKakuPro-W3),
|
||||
/* Windows */
|
||||
local(Meiryo),
|
||||
local(MS-PGothic),
|
||||
/* Linux */
|
||||
local('VL PGothic regular'),
|
||||
local('TakaoPGothic Regular'),
|
||||
local('IPA P Gothic');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: X-LocaleSpecific-Light;
|
||||
font-weight: bold;
|
||||
src: /* All */
|
||||
local(mplus-2p-medium),
|
||||
local(KozGoPro-Medium),
|
||||
/* OS X */
|
||||
local(RyoGothicPlusN-Medium),
|
||||
local(HiraKakuPro-W6),
|
||||
/* Windows */
|
||||
local(Meiryo-Bold),
|
||||
local(MS-PGothic),
|
||||
/* Linux */
|
||||
local('VL PGothic regular'),
|
||||
local('TakaoPGothic Regular'),
|
||||
local('IPA P Gothic');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: X-LocaleSpecific;
|
||||
font-weight: normal;
|
||||
src: /* All */
|
||||
local(mplus-2p-regular),
|
||||
local(KozGoPro-Regular),
|
||||
/* OS X */
|
||||
local(RyoGothicPlusN-Regular),
|
||||
local(HiraKakuPro-W3),
|
||||
/* Windows */
|
||||
local(Meiryo),
|
||||
local(MS-PGothic),
|
||||
/* Linux */
|
||||
local('VL PGothic regular'),
|
||||
local('TakaoPGothic Regular'),
|
||||
local('IPA P Gothic');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: X-LocaleSpecific;
|
||||
font-weight: bold;
|
||||
src: /* All */
|
||||
local(mplus-2p-bold),
|
||||
local(KozGoPro-Bold),
|
||||
/* OS X */
|
||||
local(RyoGothicPlusN-Bold),
|
||||
local(HiraKakuPro-W6),
|
||||
/* Windows */
|
||||
local(Meiryo-Bold),
|
||||
local(MS-PGothic),
|
||||
/* Linux */
|
||||
local('VL PGothic regular'),
|
||||
local('TakaoPGothic Regular'),
|
||||
local('IPA P Gothic');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: X-LocaleSpecific-Extrabold;
|
||||
font-weight: 800;
|
||||
src: /* All */
|
||||
local(mplus-2p-black),
|
||||
local(KozGoPro-Heavy),
|
||||
/* OS X */
|
||||
local(RyoGothicPlusN-Heavy),
|
||||
local(HiraKakuPro-W6),
|
||||
/* Windows */
|
||||
local(Meiryo-Bold),
|
||||
local(MS-PGothic),
|
||||
/* Linux */
|
||||
local('VL PGothic regular'),
|
||||
local('TakaoPGothic Regular'),
|
||||
local('IPA P Gothic');
|
||||
}
|
||||
|
||||
/* Bug 973171 */
|
||||
|
||||
* {
|
||||
|
|
Загрузка…
Ссылка в новой задаче