Add two more font-size options to the editor.

This commit is contained in:
Paulo Reis 2018-08-28 14:52:25 +01:00
parent 76fcee721e
commit 32ff66b0dd

View file

@ -170,7 +170,7 @@ aside#left-menu.full-size(
ng-model="fontSizeAsStr"
ng-model-options="{ getterSetter: true }"
)
each size in ['10','11','12','13','14','16','20','24']
each size in ['10','11','12','13','14','16','18','20','22','24']
option(value=size) #{size}px
.form-controls