Browse Source

docs:change token doc font type

DaiQiangReal 3 years ago
parent
commit
0b29354d96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      content/basic/tokens/index.md

+ 2 - 2
content/basic/tokens/index.md

@@ -149,12 +149,12 @@ brief: Semi Design Tokens
 ```css
 ```css
 @font-face {
 @font-face {
   font-family: "Inter";
   font-family: "Inter";
-  src: url("https://sf6-cdn-tos.douyinstatic.com/obj/eden-cn/slepweh7nupqpognuhbo/Inter-Regular.ttf") format("ttf");
+  src: url("https://sf6-cdn-tos.douyinstatic.com/obj/eden-cn/slepweh7nupqpognuhbo/Inter-Regular.ttf") format("truetype");
 }
 }
 
 
 @font-face {
 @font-face {
   font-family: "Inter-Bold";
   font-family: "Inter-Bold";
-  src: url("https://sf6-cdn-tos.douyinstatic.com/obj/eden-cn/slepweh7nupqpognuhbo/Inter-Bold.ttf") format("ttf");
+  src: url("https://sf6-cdn-tos.douyinstatic.com/obj/eden-cn/slepweh7nupqpognuhbo/Inter-Bold.ttf") format("truetype");
 }
 }
 
 
 ```
 ```