Forum Replies Created
-
AuthorPosts
-
and-
I was able reproduce the problem.
It has to be with something with the character used with headers and/or fields.
Could you check with the link to search for any character which might causing the form to miss fields?Please try now.
Hi, please see private
Don’t have such limitation… :(
YUP here it is.
Here.
It lacks the first (and most important) and the last fields.
If it’s possible to make it RTL would be nice.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.March 10, 2015 at 11:10 pm in reply to: Add custom font which aren't listed as official Google fonts #409590This reply has been marked as private.March 10, 2015 at 11:07 pm in reply to: Add custom font which aren't listed as official Google fonts #409588This reply has been marked as private.March 10, 2015 at 9:08 pm in reply to: Add custom font which aren't listed as official Google fonts #409089This reply has been marked as private.March 10, 2015 at 8:41 pm in reply to: Add custom font which aren't listed as official Google fonts #409068All is now working with all browsers, but the headers.
Suggestions?
Thank you.March 10, 2015 at 7:10 pm in reply to: Add custom font which aren't listed as official Google fonts #409019Not sure how,
but got a few who already solved this issue with new set of files and css sheet.
Here’s the solution, just need the right code to paste:
===
Hia I’ve had the same issue, so I’ve created a new web version of this font which works great with IE. You can download it Here: http://assafk.com/staff/open_sans_hebrew/Opes_Sans_Hebrew_Fixed.rar Thanks! Assafafter you download the files in the rar, add this css to use it:
@font-face {
font-family: ‘Open Sans Hebrew’;
font-style: italic;
font-weight: 700;
src: url(opensanshebrew-bolditalic-webfont.eot);
src: url(opensanshebrew-bolditalic-webfont.eot?#iefix) format(’embedded-opentype’),
url(opensanshebrew-bolditalic-webfont.woff) format(‘woff’),
url(opensanshebrew-bolditalic-webfont.ttf) format(‘truetype’);
}
@font-face {
font-family: ‘Open Sans Hebrew’;
font-style: normal;
font-weight: 700;
src: url(opensanshebrew-bold-webfont.eot);
src: url(opensanshebrew-bold-webfont.eot?#iefix) format(’embedded-opentype’),
url(opensanshebrew-bold-webfont.woff) format(‘woff’),
url(opensanshebrew-bold-webfont.ttf) format(‘truetype’);
}
@font-face {
font-family: ‘Open Sans Hebrew’;
font-style: italic;
font-weight: 800;
src: url(opensanshebrew-extrabold-webfont.eot);
src: url(opensanshebrew-extrabold-webfont.eot?#iefix) format(’embedded-opentype’),
url(opensanshebrew-extrabold-webfont.woff) format(‘woff’),
url(opensanshebrew-extrabold-webfont.ttf) format(‘truetype’);
}
@font-face {
font-family: ‘Open Sans Hebrew’;
font-style: normal;
font-weight: 800;
src: url(opensanshebrew-extrabold-webfont.eot);
src: url(opensanshebrew-extrabold-webfont.eot?#iefix) format(’embedded-opentype’),
url(opensanshebrew-extrabold-webfont.woff) format(‘woff’),
url(opensanshebrew-extrabold-webfont.ttf) format(‘truetype’);
}OR
<link href=’http://fonts.googleapis.com/css?family=Open+Sans’ rel=’stylesheet’ type=’text/css’>
=== What method should I use?
March 10, 2015 at 6:56 pm in reply to: Add custom font which aren't listed as official Google fonts #409011Hi!
Pulling the font files straight from Google works partly.
It works only on Firefox, not Explorer.. and only regular font, Header not working unfortunately.
Luckily I got a set of files which fix this issues. Can I use my own local files?
Already uploaded those to css folder.
Can you suggest a fix?Thanks!
March 6, 2015 at 11:58 am in reply to: Add custom font which aren't listed as official Google fonts #406930This reply has been marked as private.March 6, 2015 at 9:36 am in reply to: Add custom font which aren't listed as official Google fonts #406881This reply has been marked as private.March 5, 2015 at 6:13 pm in reply to: Add custom font which aren't listed as official Google fonts #406565This reply has been marked as private. -
AuthorPosts