Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit e5a9ca1

Browse files
committed
[DEV] New customize style example with change fonts, remove old change fonts
1 parent 3531514 commit e5a9ca1

File tree

5 files changed

+375
-432
lines changed

5 files changed

+375
-432
lines changed

examples/examples.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ select:focus {
289289
padding: 0 24px 0 12px;
290290
}
291291

292+
select:focus {
293+
padding: 0 23px 0 11px;
294+
}
295+
292296
nav {
293297
padding: 12px 6px;
294298
}

examples/index.html

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,16 @@ <h2>V4 - iink SDK web</h2>
9393
</svg>
9494
Get source code</a>
9595
</div>
96-
<p><strong>Change fonts</strong></p>
96+
<p><strong>Customize the style and change the font</strong></p>
9797
<div class="center">
98-
<a href="v4/change_fonts.html" class="btn">
98+
<a href="v4/customize_style.html" class="btn">
9999
<svg class="icn">
100100
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
101101
</svg>
102102
View example</a>
103-
<a href="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/change_fonts.html" class="btn">
103+
<a
104+
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/customize_style.html"
105+
class="btn">
104106
<svg class="icn">
105107
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
106108
</svg>
@@ -183,21 +185,6 @@ <h2>Non version specific features</h2>
183185
</svg>
184186
Get source code</a>
185187
</div>
186-
<p><strong>Customize the style</strong></p>
187-
<div class="center">
188-
<a href="non-version-specific/customize_style.html" class="btn">
189-
<svg class="icn">
190-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
191-
</svg>
192-
View example</a>
193-
<a
194-
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/non-version-specific/customize_style.html"
195-
class="btn">
196-
<svg class="icn">
197-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
198-
</svg>
199-
Get source code</a>
200-
</div>
201188
<p><strong>Configure on-demand export</strong></p>
202189
<div class="center">
203190
<a href="non-version-specific/on_demand_exports.html" class="btn">

examples/non-version-specific/customize_style.html

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)