We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://blog.jamchenjun.com/2022/07/25/fonts/
CSS @font-face一个字体家族可能包含多个字型。 比如下图 Garamond 字体。第一个是正常的字型。第二个是将正常字型倾斜一定的角度,变成斜体字。第三个是真正的由字体设计师设计的 Garamond 斜体。 1 2 3 使用 @font-face 可以声明字体,下面示例代码提供了两种写法。 写法一: 123456789101112@font-face {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://blog.jamchenjun.com/2022/07/25/fonts/
CSS @font-face一个字体家族可能包含多个字型。 比如下图 Garamond 字体。第一个是正常的字型。第二个是将正常字型倾斜一定的角度,变成斜体字。第三个是真正的由字体设计师设计的 Garamond 斜体。 1 2 3 使用 @font-face 可以声明字体,下面示例代码提供了两种写法。 写法一: 123456789101112@font-face {
The text was updated successfully, but these errors were encountered: