Font Sizes
You can change the default font sizes available in the text editor.
unlayer.init({
features: {
textEditor: {
fontSizes: ["18px", "20px", "30px"]
}
}
})
Updated about 3 years ago
You can change the default font sizes available in the text editor.
unlayer.init({
features: {
textEditor: {
fontSizes: ["18px", "20px", "30px"]
}
}
})
Updated about 3 years ago