【发布时间】:2022-03-21 17:01:16
【问题描述】:
我想插入这个粗体 ❝❞,正如您在 https://fonts.google.com/specimen/Work+Sans?preview.text=%E2%9D%9D%E2%9D%9E%20 上看到的那样:
为此,我很快想到了这个:
* {font-family: 'Work Sans', sans-serif;}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
<h1>❝ Something ❞</h1>
问题是当我运行该代码时,显示的是这个:
我错过了什么?哦,当我访问this 网站时,出现更多符号,如下图所示!
【问题讨论】:
标签: html css unicode fonts symbols