Tagged: x
-
AuthorPosts
-
March 19, 2017 at 2:27 pm #1412890
Hi,
I’m using the child theme and I’ve added the “svg support” plugin as in many other websites built with others themes.
My logo at https://aerialworks.co/ is in SVG format, Bebas font.
It’s correctly displayed on my Mac (probably since Bebas in installed on the system) but not on the iPhone.
I added the webfont following the guide on the knowledge base, but I cannot display the font correctly on the iPhone.
Why?
Please help, thanks.
March 19, 2017 at 2:29 pm #1412891Code in the style.css:
@font-face { font-family: 'bebasregular'; src: url('BEBAS___-webfont.eot'); src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('./framework/fonts/bebas/BEBAS___-webfont.woff') format('woff'), url('./framework/fonts/bebas/BEBAS___-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }
Path on FTP:
./framework/fonts/bebas/
March 20, 2017 at 2:16 am #1413293Hello There,
Your site is in Coming Soon mode so I can’t see your setup.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 20, 2017 at 2:56 am #1413318This reply has been marked as private.March 20, 2017 at 10:00 am #1413718At the moment I solved uploading a flat SVG which does not include the font (font flattened inside my vector SW.
March 20, 2017 at 4:37 pm #1414219 -
AuthorPosts