From a2aa6422b1af849527a33dbf989154d47f4f1265 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 10 Apr 2020 15:49:00 +0200 Subject: `typography` icon --- src/_icons/typography.svg | 9 +++++++++ src/_icons/underline.svg | 4 ++-- src/editor.html | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 src/_icons/typography.svg diff --git a/src/_icons/typography.svg b/src/_icons/typography.svg new file mode 100644 index 00000000..165200ac --- /dev/null +++ b/src/_icons/typography.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index 94a68c25..fc61e7f7 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,6 +1,6 @@ --- --- - - + + 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
- {% 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' %}
-- cgit v1.2.1