Closed nikuelias closed 6 years ago
I'm trying to add the Roboto font.
public editorConfig = { modules: { toolbar: [ ['bold', 'italic', 'underline', 'strike'], [{ 'list': 'ordered'}, { 'list': 'bullet' }], [{ 'header': [1, 2, 3, 4, 5, 6, false] }], [{ 'color': [] }, { 'background': [] }], [{ 'font': ['roboto'] }], [{ 'align': [] }], ['link', 'image'], ['clean'] ] } }; It's not adding it, also it's repeating Sans Serif twice.
public editorConfig = { modules: { toolbar: [ ['bold', 'italic', 'underline', 'strike'], [{ 'list': 'ordered'}, { 'list': 'bullet' }], [{ 'header': [1, 2, 3, 4, 5, 6, false] }], [{ 'color': [] }, { 'background': [] }], [{ 'font': ['roboto'] }], [{ 'align': [] }], ['link', 'image'], ['clean'] ] } };
I'm trying to add the Roboto font.
public editorConfig = { modules: { toolbar: [ ['bold', 'italic', 'underline', 'strike'], [{ 'list': 'ordered'}, { 'list': 'bullet' }], [{ 'header': [1, 2, 3, 4, 5, 6, false] }], [{ 'color': [] }, { 'background': [] }], [{ 'font': ['roboto'] }], [{ 'align': [] }], ['link', 'image'], ['clean'] ] } };
It's not adding it, also it's repeating Sans Serif twice.