网页:英文字符使用字体X,俄语字符使用字体Y...等等可以吗?
我有一个充满混合字符的网页,我想为一种语言分配一种字体,而不是“一种字体适合所有”,有什么解决方案吗?
我的页面是 UTF-8 编码的,我首先喜欢 HTML/CSS 解决方案,必要时使用 JS。
谢谢。
I have a web page full of mixed characters and I want to allocate a font for a language instead of having "one font fits all", are there any solutions to this?
My pages are UTF-8 encoded, I prefer HTML/CSS solutions first, JS if necessary.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
HTML:
CSS:
CSS :lang 选择器
HTML:
CSS:
CSS :lang selector
这对于您的需求来说可能太晚了,但我只是碰巧看到这个问题。我能想到的最简单的方法是用一个附加了类的标签包围俄语的每个部分。然后为常规正文定义一组 CSS,为跨度内的文本定义另一组 CSS。
HTML:
CSS:
This may be way too late for your needs, but I just happened to see this question. The simplest way I can think of is to surround each section of Russian with a tag that has a class attached to it. Then define one set of CSS for your regular body text, and another set of CSS for the text inside the span.
HTML:
CSS: