Skip to content
Snippets Groups Projects
Commit b0ba60c5 authored by robban64's avatar robban64
Browse files

fix: removed unused fonts in tinymce

parent 5c517d26
No related branches found
No related tags found
No related merge requests found
......@@ -57,13 +57,11 @@ const TextComponentEdit = ({ component }: ImageComponentProps) => {
height: '300px',
menubar: false,
font_formats:
' Andale Mono=andale mono,times; Arial=arial,helvetica,sans-serif;\
Arial Black=arial black,avant garde; Book Antiqua=book antiqua,palatino; Calibri=calibri;\
'Arial=arial,helvetica,sans-serif;Calibri=calibri;\
Comic Sans MS=comic sans ms,sans-serif; Courier New=courier new,courier;\
Georgia=georgia,palatino; Helvetica=helvetica; Impact=impact,chicago; Symbol=symbol;\
Tahoma=tahoma,arial,helvetica,sans-serif; Terminal=terminal,monaco;\
Times New Roman=times new roman,times; Trebuchet MS=trebuchet ms,geneva;\
Verdana=verdana,geneva; Webdings=webdings; Wingdings=wingdings,zapf dingbats',
Georgia=georgia,palatino; Helvetica=helvetica; Impact=impact,chicago;\
Terminal=terminal,monaco;\
Times New Roman=times new roman,times;',
fontsize_formats: '8pt 9pt 10pt 11pt 12pt 14pt 18pt 24pt 30pt 36pt 48pt 60pt 72pt 96pt 120pt 144pt',
content_style: 'body {font-size: 24pt; font-family: Calibri;}',
plugins: ['advlist autolink lists link charmap anchor visualblocks code paste help wordcount'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment