瀏覽代碼

Add google fonts for preview

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

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

22
     <link href="css/cards.css" rel="stylesheet" />
22
     <link href="css/cards.css" rel="stylesheet" />
23
     <link href="css/icons.css" rel="stylesheet" />
23
     <link href="css/icons.css" rel="stylesheet" />
24
     <link href="css/custom-icons.css" rel="stylesheet" />
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
 </head>
28
 </head>
26
 <body>
29
 <body>
27
     <div class="container-fluid">
30
     <div class="container-fluid">
89
             </div>
92
             </div>
90
             <div class="col-md-12 col-lg-5">
93
             <div class="col-md-12 col-lg-5">
91
                 <h3>Card</h3>
94
                 <h3>Card</h3>
95
+                <span class="help-block">Use this part to edit individual cards.</span>
92
                 <form class="form-horizontal" role="form">
96
                 <form class="form-horizontal" role="form">
93
                     <div class="form-group">
97
                     <div class="form-group">
94
                         <label for="selected_card" class="col-sm-2 control-label">Selected card</label>
98
                         <label for="selected_card" class="col-sm-2 control-label">Selected card</label>
141
             </div>
145
             </div>
142
             <div class="col-md-12 col-lg-4">
146
             <div class="col-md-12 col-lg-4">
143
                 <h3>Preview</h3>
147
                 <h3>Preview</h3>
148
+                <span class="help-block">Preview might not be 100% accurate due to style conflicts.</span>
144
                 <div id="preview-container">
149
                 <div id="preview-container">
145
                 </div>
150
                 </div>
146
             </div>
151
             </div>

Loading…
取消
儲存