How to change styles ie fonts in Oxygen theme
-
I need to change the fonts and font sizes on the headings and body for the oxygen theme css styles – I know where to find the css styles but i’m not sure what to do next! I need to change it to Segoe UI and calibri as the alternative –
Is this the css to change for the paragraph setting
body {
margin: 0;
font: 0.75 em/1.75 em ‘Helvetica Neue’, Helvetica, Arial, Calibri, sans-serif; /* 12 / 16 = 0.75; 21 / 12 = 1.75 */
color: #444;
background: #fff;
padding: 0;or how do I add a new style?
Can anyone point me in the right direction?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to change styles ie fonts in Oxygen theme’ is closed to new replies.