Re: [問題] IE跟Fx在yahoo奇摩的字型顯示
用CSS改吧 Stylish 這麼好用 不用嘛?XDDD
------------------------------以下是我在用的----------------
/**---字體增強---**/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("((?!chrome://|telnet://).)*"){
@-moz-document regexp("((?!superstart).)*")
{
body, input {
text-shadow: 0px 0px 0.3px #aeafaf;}
menubar > menu, menubar, menubutton, menulist, menuitem {
text-shadow: 0px 0px 0.3px #B9B99B;}
menupopup > * {
text-shadow: 0px 0px 0.3px #B9B9B9;}
dialog, box, button, page, label, caption, textbox, input, select {
text-shadow: 0px 0px 0.3px #B9B9C9;}
window {
text-shadow: 0px 0px 0.3px #B9A99A;}
/*---中文信黑體,英文AdobeSource Sans Pro---*/
*{font-family: "SourceSansPro Regular",
"XinGothic-ZhangYue W4" !important;}
pre, code, kbd, samp, var {
font-family: "SourceSansPro Regular",
"XinGothic-ZhangYue W4" !important;}
}
----------------------------------想要陰影重的用這個-----------------------------------
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("((?!chrome://|telnet://).)*"){
* {
font-family: "XinGothic-ZhangYue W4", "SourceSansPro Regular" !important;
text-shadow: 0.02em 0.02em 0.05em #999999 !important;
}
pre, code, kbd, samp, var {
font-family: "SourceSansPro Regular", "XinGothic-ZhangYue W4",
"SourceSansPro Regular", monospace !important;
text-shadow: 0.02em 0.02em 0.05em #999999 !important;
}
@-moz-document url-prefix("http"),url-prefix("ftp") {
* {
font-family: "rei", "iconfont", "ilmenicons", "octicons",
"XinGothic-ZhangYue W4", "SourceSansPro Regular" !important;
text-shadow: 0.02em 0.02em 0.05em #999999 !important;
}
}
@-moz-document domain("github.com" ){
* {
font-family: "octicons", "XinGothic-ZhangYue W4",
"SourceSansPro Regular" !important;
text-shadow: 0.02em 0.02em 0.05em #999999 !important;
}
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.169.175.100
推
11/29 23:35, , 1F
11/29 23:35, 1F
→
11/30 00:10, , 2F
11/30 00:10, 2F
推
11/30 00:14, , 3F
11/30 00:14, 3F
→
12/01 15:40, , 4F
12/01 15:40, 4F
推
12/02 01:35, , 5F
12/02 01:35, 5F
推
12/02 02:50, , 6F
12/02 02:50, 6F
討論串 (同標題文章)
完整討論串 (本文為第 3 之 3 篇):