nazhua/fonts/readme.md
2024-12-07 05:26:16 +00:00

20 lines
524 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Nazhua内置字体
## Sarasa Term SC
字体出处:[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)
具体引用:`Sarasa Term SC SemiBold`
由TTF转换为WOFF2格式以便在网页中使用。
使用方法:
```css
@font-face {
font-family: "Sarasa Term SC";
src: url("./fonts/SarasaTermSC/SarasaTermSC-SemiBold.woff2") format("woff2"),
url("./fonts/SarasaTermSC/SarasaTermSC-SemiBold.woff") format("woff");
font-display: swap;
}
.sarasa-term-sc {
font-family: "Sarasa Term SC";
}
```