End of Support for Joomla 3 - Forum closed
unterschiedliche Schriftart h2 und h1
Hallo,
auf meiner Website habe ich unterschiedliche fonts für die Überschriften (Amantic SC) und den Text (open sans). Jetzt möchte ich eine h2 Überschrift mit open sans einrichten und die h1 als Amantic SC beibehalten. Wie ist das möglich? Vielen Dank und beste Grüße
auf meiner Website habe ich unterschiedliche fonts für die Überschriften (Amantic SC) und den Text (open sans). Jetzt möchte ich eine h2 Überschrift mit open sans einrichten und die h1 als Amantic SC beibehalten. Wie ist das möglich? Vielen Dank und beste Grüße
by KRW0702
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic unterschiedliche Schriftart h2 und h1
Posted 7 years 8 months ago #17024
Hallo,
das geht sehr einfach mit der css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
Lesenswert:
www.w3schools.com/css/css_font.asp
www.joomlaplates.de/support/dokumentation/template-bearbeiten
das geht sehr einfach mit der css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
Code:
h2{
font-family: "Open Sans",Arial;
}
Lesenswert:
www.w3schools.com/css/css_font.asp
www.joomlaplates.de/support/dokumentation/template-bearbeiten
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 8 months ago
by joomlaplates
Last edit: 7 years 8 months ago by joomlaplates.
The following user(s) said Thank You: KRW0702
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates