Tagged: CSS, custom fonts, Fonts
Hi,
I just change to custom fonts from myfonts.com and the font size change for the whole site on everything.
What have I done wrong? Just wanted to change the font family and use theme settings to do the rest? Like you add and font from Google.
Do I need to add everything I use in the css becouse of this? The menu, buttons, footer texter and I can suspect many other things have gone wako becouse of this.
//Cheers
Hey Alexander,
Exactly what changes did you make and where? Keep in mind that fonts differ in size so you might need to adjust it with CSS.
Regards,
Rikard
Hi @Rikard,
Yeah had to change it all with CSS now. :-)
How can I do in the CSS like if standard text is bold use this css settings insted, and if standad text is kursiv use this css settings insted?
Have done this now for standard text.
body, p {
font-family: 'GoudyOldStyleBT-Roman', sans-serif !important;
font-size: 18px;
}
Hey!
I’m sorry but I don’t think that’s possible with css. You will have to create a custom javascript to handle that. Please contact codeable: http://kriesi.at/contact/customization
Best regards,
Ismael
Okej!
Thank you!