-
AuthorPosts
-
March 24, 2020 at 6:03 pm #1196945
Hi guys, hope you’re all well. I’m pitching for a new project and have convinced client to go for WP and Enfold. Now, first trials with their design requires self hosted font and layer slider. It works so far (early stage) on Safari, but the font doesn’t show on Firefox, Chrome or Explorer. Any ideas? Look here: freewaygermany.de/test
Thx Jo
March 25, 2020 at 6:54 am #1197578Hey Jo,
Which font are you looking to use, and how did you import it? Could you give us access to the site in question as well please? You can post the login details in private.
Best regards,
RikardMarch 25, 2020 at 8:20 am #1197605Hi Rikard, info in private. Thx. Jo
March 26, 2020 at 4:53 am #1197917Hi,
Thanks for that. So where did you upload the font to? Please try to use the full URL of the font in question in your CSS. For example:
https://your.site/fonts/wigrumweb-bold.eot
Best regards,
RikardApril 1, 2020 at 11:49 am #1199702Hi again, I’m stuck! The font can now be found on three places:
https://freewaygermany.de/wordpress/fonts/wigrum
https://freewaygermany.de/wordpress/wp-content/fonts/wigrum
https://freewaygermany.de/wordpress/wp-content/uploads/avia_fonts/type_fonts/wigrumGuess that’s not right, but which one to keep?
AND then two more questions
– what exactly is the CSS code to make the font appear in layer slider?
– what is the right place to put the CSS?Thx Jo
April 2, 2020 at 7:44 am #1199997Hi Jo,
Thanks for that, but I get 404 errors on all the links you posted. You need to follow the example I posted so that you reference the actual font file.
Best regards,
RikardApril 2, 2020 at 10:50 am #1200097Sorry, my fault, I continued to work on it and changed the paths on ftp.
The font ist now ONLY on:
https://freewaygermany.de/fonts/wigrum-regular.eot
https://freewaygermany.de/fonts/wigrum-light.eot
https://freewaygermany.de/fonts/wigrum-bold.eot
https://freewaygermany.de/fonts/wigrum-black.eotBetter?
Still the questions remain:
– what exactly is the CSS code to make the font appear in layer slider?
– what is the right place to put the CSS?Thx Jo
April 3, 2020 at 7:50 am #1200398Hi Jo,
You can put the CSS in Quick CSS to see if it works there.
If you want to use the font in LayerSlider then you might have to add a class to where it should be used. Here’s an example for the regular font:
CSS:
.wigrum-regular { font-family: 'wigrum-reglar'; }
Content:
<h1 class="wigrum-regular">Your header</h1>
Best regards,
RikardApril 3, 2020 at 10:45 am #1200450.. mmh, this is too much for me, I’m loosing time. I need to see if I can find someone to take me through step-by-step.
Thx. Rikard- This reply was modified 4 years, 7 months ago by jdiehl.
April 4, 2020 at 5:11 am #1200745 -
AuthorPosts
- You must be logged in to reply to this topic.