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:IOS系统下,一行代码实现简体和繁体切换 #131

Open
smileyby opened this issue Jul 23, 2021 · 0 comments
Open

CSS:IOS系统下,一行代码实现简体和繁体切换 #131

smileyby opened this issue Jul 23, 2021 · 0 comments
Labels
CSS 🌚 CSS相关

Comments

@smileyby
Copy link
Owner

需要字体本身支持 简体和繁体才可

body {
    font-variant-east-asian: traditional;
}

参考:一行CSS实现全站中文简繁转换

@smileyby smileyby added the CSS 🌚 CSS相关 label Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS 🌚 CSS相关
Projects
None yet
Development

No branches or pull requests

1 participant