javascript - 如何更改浏览器默认字体大小
世界只因有你
世界只因有你 2017-06-24 09:43:33
0
3
1047

再做移动端开发时发现字体大小比较小;但是怎么设置都没有效果;请问怎么更改默认字体大小

世界只因有你
世界只因有你

全部回复(3)
我想大声告诉你

注意这几个问题:
1、

<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">

2、

html, body, p, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {font-size: 12px;}
Ty80

html设定一个字体大小 其他字体使用rem怎么样

代言

1、在你的html文件里面加上<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
2、css文件设置body{font-size:16px;}

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板