Can I set a font in the toolbar?
Permalink
there you can do something linke this:
h1.mycoolwebfont {
font-family: mycoolwebfont;
}
h1.mycoolestwebfont {
font-family: mycoolestwebfont;
}
so you have a font selection on the h1…
(and you need the normal @font-face definition in your normal css…)