Hi there,
I was wondering if you can use the WYSIWYG editor to have multiple fonts and be able to switch between them. If not is there another way than using <span>
and things like that? (to make it mostly visual in fact).
Thanks!
Hi there,
I was wondering if you can use the WYSIWYG editor to have multiple fonts and be able to switch between them. If not is there another way than using <span>
and things like that? (to make it mostly visual in fact).
Thanks!
Check out this plugin: GitHub - fabianmichael/kirby-markdown-field: Super-sophisticated markdown editor for Kirby 3, community built.
It allows you to add custom buttons…
That’s what I found actually and started playing with. But I’m not sure you can use a specific font with a specific button.
Alright,
managed to do it by creating a
.ͼ9 {
font-family: CustomFont;
}
since the plugin use that class
for the bold version of the editor.