Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
July 27, 2016 at 1:07 pm #665710
Hi,
i registered 2 different font with @font-face in my style.css of the child theme. One of the the font works fine the other one is not found.
here is my css code:
@font-face { font-family: "interstate-regular"; src: url("/fonts/interstate-regular.eot"); /* IE9*/ src: url("/fonts/interstate-regular.eot?#iefix") format("embedded-opentype")/*IE6-IE8 */ url("/fonts/interstate-regular.woff2") format("woff2"), /* chrome、firefox */ url("/fonts/interstate-regular.woff") format("woff"), /* chrome、firefox */ url("/fonts/interstate-regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("/fonts/interstate-regular.svg#Interstate-Regular") format("svg"); /* iOS 4.1- */ font-weight: normal; font-style: normal; } @font-face { font-family: "interstate-thin"; src: url("/fonts/interstate-thin.eot"); /* IE9*/ src: url("/fonts/interstate-thin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/interstate-thin.woff2") format("woff2"), /* chrome、firefox */ url("/fonts/interstate-thin.woff") format("woff"), /* chrome、firefox */ url("/fonts/interstate-thin.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("/fonts/interstate-thin.svg#Interstate Thin") format("svg"); /* iOS 4.1- */ font-weight: normal; font-style: normal; }i dont find the mistake. any ideas?
July 27, 2016 at 1:13 pm #665715July 27, 2016 at 2:18 pm #665754now you are admin
July 27, 2016 at 2:39 pm #665767Hi!
I edited your code in style.css file of your child theme. Please review your website now
Best regards,
YigitJuly 27, 2016 at 5:08 pm #665819thankyou very much for the good support!
July 27, 2016 at 6:14 pm #665858 -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
