소스 검색

add font-family to style0 for demo/config

iou90 5 년 전
부모
커밋
177797e216
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      demo/config.js

+ 1
- 0
demo/config.js 파일 보기

@@ -6,6 +6,7 @@ const autoHeightHtml1 = `Tags are great for describing the essence of your story
6 6
 
7 7
 const style0 = `
8 8
     p {
9
+        font-family: sans-serif;
9 10
         padding: 50px;
10 11
         box-sizing: border-box;
11 12
     }