mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 07:15:25 -05:00
Add two more font-size options to the editor.
This commit is contained in:
parent
76fcee721e
commit
32ff66b0dd
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ aside#left-menu.full-size(
|
||||||
ng-model="fontSizeAsStr"
|
ng-model="fontSizeAsStr"
|
||||||
ng-model-options="{ getterSetter: true }"
|
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
|
option(value=size) #{size}px
|
||||||
|
|
||||||
.form-controls
|
.form-controls
|
||||||
|
|
Loading…
Reference in a new issue