소스 검색

add chinese font family

Change-Id: I0820dbe78552ddf50dde776ea19b207ef3a7ecaf
wangtianqi 5 년 전
부모
커밋
745db1558d
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      threejs/lessons/zh_cn/lang.css
  2. 1 1
      threejs/lessons/zh_cn/langinfo.hanson

+ 4 - 0
threejs/lessons/zh_cn/lang.css

@@ -0,0 +1,4 @@
+:root {
+    --article-font-family: "PingFang SC, Microsoft YaHei";
+    --headline-font-family: "PingFang SC, Microsoft YaHei";
+}

+ 1 - 1
threejs/lessons/zh_cn/langinfo.hanson

@@ -1,7 +1,7 @@
 {
   language: '中文',
   langCode: 'zh_cn',   // if not specified will use folder
-  defaultExampleCaption: "点击在新标签页中打开",
+  defaultExampleCaption: "点击此处在新标签页中打开",
   title: 'Three.js 基础',
   description: 'Three.js 基础学习',
   link: 'http://threejsfundamentals.org/',

粤ICP备19079148号