我有一個已經設置字體的幾個要素 - 像CSS字體大小增量 - 比例?
<div style="font-size: 10px">
some text
</div>
<div style="font-size: 20p">
some text
</div>
我想proprtionally增加字體大小,如
<div style="font-size: 15px">
..........................
<div style="font-size: 30px">
這可能嗎? div {font-size:whatever}簡單地覆蓋值