diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 15:49:00 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 15:49:00 +0200 |
commit | a2aa6422b1af849527a33dbf989154d47f4f1265 (patch) | |
tree | f2a877902e517ebcab8d6babf4cbc37f599b6feb /src/editor.html | |
parent | 14 new icons: `apps`, `browser`, `brush`, `calendar-minus`, `calendar-plus`, ... (diff) | |
download | tabler-icons-a2aa6422b1af849527a33dbf989154d47f4f1265.tar.xz |
`typography` icon
Diffstat (limited to 'src/editor.html')
-rw-r--r-- | src/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.html b/src/editor.html index 8a55e132..f182aa42 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,7 +71,7 @@ layout: default </div> <div class="mb"> - {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings' %} + {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case' %} {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %} </div> |