fonts rework - fetch google font

This commit is contained in:
Azgaar 2021-09-06 00:05:12 +03:00
parent d6989c6ab1
commit 66db527255
4 changed files with 80 additions and 114 deletions

View file

@ -666,8 +666,8 @@
<td>Font</td>
<td>
<select id="styleSelectFont"></select>
<input id="styleInputFont" data-tip="Provide a link to @font-face declaration or type Google font name" type="text" placeholder="link to @font-face">
<button id="styleFontAdd" data-tip="Add custom font from the web" class="icon-plus styleButton"></button>
<input id="styleInputFont" data-tip="Type Google font name and press Enter" type="text">
<button id="styleFontAdd" data-tip="Add a font" class="icon-plus styleButton"></button>
</td>
</tr>
</tbody>