Changing font for Header and H1, H2 only
-
Bouquet does not offer any customization for fonts via the dashboard.
But Bouquet does appear to have a custom css page.
In another general forum thread, someone suggested posting the following to change fonts
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
font-family: arial;
}But, I only want to change the font in the header (both the “title” and the “site description.”)
And then, I want to use that same font change in the body but only for styles H1 and H2.
What would be the syntax to type in code to accomplish these specific font changes?
Thanks!
site is https://onemanz.com/
- The topic ‘Changing font for Header and H1, H2 only’ is closed to new replies.