再做行動裝置開發時發現字體大小比較小;但是怎麼設定都沒效果;請問怎麼更改預設字體大小
注意這幾個問題: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;}
html設定一個字體大小 其他字體使用rem怎麼樣
1、在你的html檔案裡面加上2、css檔案設定body {font-size:16px;}
body {font-size:16px;}
注意這幾個問題:
1、
2、
html設定一個字體大小 其他字體使用rem怎麼樣
1、在你的html檔案裡面加上
2、css檔案設定
body {font-size:16px;}