End of Support for Joomla 3 - Forum closed
[SOLVED] RockSprocket - mit PopUp
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please Log in or Create an account to join the conversation.
... ist drin. Im File "bootstrap.min.css" ist die Zuordnung jetzt deaktiviert, aber das PopUp zeigt niemals die Schriftart "Abel".
by ofv1907
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sorry dann weiß ich leider auch keinen rat mehr!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Die Artikel-Überschrift hat "Abel" - der übrige Textbeitrag nicht.
by ofv1907
Please Log in or Create an account to join the conversation.
Der "body"-Bereich hat keine Schriftartenzuordnung und wird somit nicht geladen. Wenn ich im Webentwickler-Tool hinter "Abel" !important setzte, läd die Schrift.
body {
font-family: "Abel" !important;
font-size: 16px;
line-height: 20px;
color: #333;
}
Irgendwo wird der "body" ausgebremst.
body {
font-family: "Abel" !important;
font-size: 16px;
line-height: 20px;
color: #333;
}
Irgendwo wird der "body" ausgebremst.
Last Edit:5 years 3 months ago
by ofv1907
Last edit: 5 years 3 months ago by ofv1907.
Please Log in or Create an account to join the conversation.
Ich habe es...
Wie kann ich das Laden der Schriftart ändern, so dass aus meinem Template die Schrift geladen wird - von --> @import url('fonts.googleapis.com/css?family=Abel&display=swap'); in -->
@font-face {
font-family: "Abel";
src: url('../css/Abel-Regular.ttf');
Die Schriftart ladt im "custom.css".
Danke.
Wie kann ich das Laden der Schriftart ändern, so dass aus meinem Template die Schrift geladen wird - von --> @import url('fonts.googleapis.com/css?family=Abel&display=swap'); in -->
@font-face {
font-family: "Abel";
src: url('../css/Abel-Regular.ttf');
Die Schriftart ladt im "custom.css".
Danke.
Last Edit:5 years 3 months ago
by ofv1907
Last edit: 5 years 3 months ago by ofv1907.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates