End of Support for Joomla 3 - Forum closed
Kazumi google fonts
- Cooolsport
- Offline Topic Author
- Fresh Boarder
-
- Posts: 2
- Thank you received: 0
Is it possible to embed a google font into this template so it does not access the US google server? Since it is not recommended to edit the css etc in case of updates.
by Cooolsport
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Ih you want to add a special Goog e font you have to add the font ( import) into the css/custom.css
Please take a look to the forum, it is already be spoken.
Please take a look to the forum, it is already be spoken.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Cooolsport
- Offline Topic Author
- Fresh Boarder
-
- Posts: 2
- Thank you received: 0
I want that it stops accessing the Server in the US since it send IP-Addresses to them, which is a personal information and could give us trouble regarding the Law coming in about a month .
by Cooolsport
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi there
1.) Download the font file from Google
2.) Upload your font OpenSans-Regular.ttf in the folder > css ( siehe Bild )
3.) Create a css/custom.css and insert the code below
1.) Download the font file from Google
2.) Upload your font OpenSans-Regular.ttf in the folder > css ( siehe Bild )
3.) Create a css/custom.css and insert the code below
Code:
/* Load font */
@font-face {
font-family: "Open Sans";
src: url("/css/OpenSans-Regular");
}
/* Assign font*/
html, h1, h3 {
font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
Attachment Screenshot_9-2-3-4-5-6-7-8.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates