Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css] 23. 怎么让 Chrome 支持小于 12px 的文字? #92

Open
qiilee opened this issue Sep 29, 2019 · 1 comment
Open

[css] 23. 怎么让 Chrome 支持小于 12px 的文字? #92

qiilee opened this issue Sep 29, 2019 · 1 comment
Labels

Comments

@qiilee
Copy link
Member

qiilee commented Sep 29, 2019

答案:

css3 的 transform 属性,设置值为 scale(x,y) 定义 2D 缩放转换

示例:

-webkit-transform: scale(0.50);

@qiilee qiilee added the CSS label Sep 29, 2019
@yersiner
Copy link

yersiner commented Jul 1, 2020

谷歌12px是浏览器默认,可以自定义字体支持更小。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants