mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
14 lines
304 B
CSS
14 lines
304 B
CSS
@font-face {
|
|
font-family: "HarmonyOS Sans";
|
|
src: url("./HarmonyOS_Sans_SC.woff2") format("woff2");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HarmonyOS Sans";
|
|
src: url("./HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|