瀏覽代碼

Add google fonts for preview

Robert Carnecky 10 年之前
父節點
當前提交
1c13aa6070
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      generator/generate.html

+ 5
- 0
generator/generate.html 查看文件

@@ -22,6 +22,9 @@
22 22
     <link href="css/cards.css" rel="stylesheet" />
23 23
     <link href="css/icons.css" rel="stylesheet" />
24 24
     <link href="css/custom-icons.css" rel="stylesheet" />
25
+    <!-- Fonts -->
26
+    <link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
27
+    <link href='https://fonts.googleapis.com/css?family=Lora:700' rel='stylesheet' type='text/css'>
25 28
 </head>
26 29
 <body>
27 30
     <div class="container-fluid">
@@ -89,6 +92,7 @@
89 92
             </div>
90 93
             <div class="col-md-12 col-lg-5">
91 94
                 <h3>Card</h3>
95
+                <span class="help-block">Use this part to edit individual cards.</span>
92 96
                 <form class="form-horizontal" role="form">
93 97
                     <div class="form-group">
94 98
                         <label for="selected_card" class="col-sm-2 control-label">Selected card</label>
@@ -141,6 +145,7 @@
141 145
             </div>
142 146
             <div class="col-md-12 col-lg-4">
143 147
                 <h3>Preview</h3>
148
+                <span class="help-block">Preview might not be 100% accurate due to style conflicts.</span>
144 149
                 <div id="preview-container">
145 150
                 </div>
146 151
             </div>

Loading…
取消
儲存