Explorar el Código

add font-family to style0 for demo/config

iou90 hace 7 años
padre
commit
177797e216
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      demo/config.js

+ 1
- 0
demo/config.js Ver fichero

6
 
6
 
7
 const style0 = `
7
 const style0 = `
8
     p {
8
     p {
9
+        font-family: sans-serif;
9
         padding: 50px;
10
         padding: 50px;
10
         box-sizing: border-box;
11
         box-sizing: border-box;
11
     }
12
     }