-
AuthorPosts
-
July 3, 2014 at 2:19 pm #286674
Hi there
I’m trying hard to implement the @font with no success…
anyhow, on the way i’m trying to make some font changes such as:
/* #Basic Styles
================================================== */
html.responsive, .responsive body{
overflow-x: hidden;
}
body {
font: 16px “nachlieli_clm”, “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #444;
-webkit-text-size-adjust: 200%;
}But nothing really works there… any idea?
July 3, 2014 at 4:43 pm #286732Hi eliuserman!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Regards,
YigitJuly 3, 2014 at 7:11 pm #286816Thanks Yigit
I saw your post earilier today and I tried both: Jacob’s blog was good up to the last stage, maybe in the css level something went wrong; The plugin is maybe good but not in its free version…July 3, 2014 at 10:48 pm #286910Hi!
I think it would be best to contact a specialist in this case as this is not exactly a theme issue. Alternatively you can rely on the Google Fonts included with the theme (or add more fonts from the Google library).
Cheers!
JosueJuly 4, 2014 at 8:19 am #287059Ok, I’ll find a solution (p.s. it is about Hebrew fonts so google is out of the picture…)
Other (important) question: do we have any user-account features (login, page with its own data, etc.)?
July 4, 2014 at 9:42 am #287077Actually there are some Hebrew fonts in the Google Library, take a look: http://www.google.com/fonts/earlyaccess
Regarding the other question, i guess you are referring to having some sort of forum, you can install bbPress for that, it is fully compatible with Enfold.
Cheers!
JosueJuly 4, 2014 at 12:10 pm #287129Hi Jesue, thanks!
I’m aware of some (very few) Hebrew fonts in google lib; One question about it: in what file should I insert the line (such as) –
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
Concerning the sec. issue: My intention is to create a site in which users can log into their accounts and see personal information (billing, calendar, history etc.); Does the BB press is the one for it?
July 4, 2014 at 9:28 pm #287371Hi,
You can put that line in the Quick CSS, along with this code:
body{ font-family: "Open Sans Hebrew Condensed" !important; }
Regarding the other request, that is possible with some WordPress plugins (like BuddyPress) but it may require some custom coding to implement in Enfold, unfortunately that’s beyond of our support scope, you can contact developer to help you with that here.
Cheers!
JosueJuly 5, 2014 at 11:25 am #287495Thanks Jouse, but no change done
I had canceled any plugin and in inserted the following to the quick css (later even added to the custom css):@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body{
font-family: “Open Sans Hebrew Condensed” !important;
}
h1{
font-family: “Open Sans Hebrew Condensed” !important;
}any idea what is wrong?
July 5, 2014 at 6:48 pm #287540Hi,
Can you post the link to your website please?
Regards,
JosueJuly 5, 2014 at 8:58 pm #287570July 5, 2014 at 11:05 pm #287582Hey!
Try using single quotes in your Quick CSS code:
body{ font-family: 'Open Sans Hebrew Condensed' !important; } h1{ font-family: 'Open Sans Hebrew Condensed' !important; }
Best regards,
JosueJuly 5, 2014 at 11:25 pm #287586thanks it made the change :)
July 5, 2014 at 11:29 pm #287587You are welcome, always glad to help :)
Regards,
JosueJuly 5, 2014 at 11:40 pm #287590p.s. is there a way to avoid the border line of the color section (to make it unseen)?
July 5, 2014 at 11:48 pm #287592Try with this setting:
Best regards,
JosueJuly 5, 2014 at 11:53 pm #287595I have different definitions: under “Section Padding” there is “Section To Shadow” (nothing of “Border…”)
July 5, 2014 at 11:56 pm #287596Please update the theme to the latest version (2.8.1).
If you have modified the theme files directly it is recommended to perform a backup.
Best regards,
JosueJuly 6, 2014 at 12:21 am #287597Thanks, work fine with the border, but now…. the font is missing again :(( (didn’t the script and it is still there…)
July 6, 2014 at 12:24 am #287598I’m seeing “Noto Sans Hebrew” being applied to the body font now.
Best regards,
JosueJuly 6, 2014 at 12:33 am #287600yes, I have changed it to that before the theme update, anyway, it display something else than “Noto…”
July 6, 2014 at 12:34 am #287601p.s. changing it back to Open sans hebrew condensed” makes the same results – no change.
July 6, 2014 at 12:37 am #287603Are you changing the @import url too? can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJuly 6, 2014 at 12:43 am #287605This reply has been marked as private.July 6, 2014 at 4:19 am #287629July 6, 2014 at 9:03 am #287658Josue, thanks a lot!
but I need to know where did you insert the @import line since I might often add/change font (and anyway I would like to use Noto Sans Hebrew)July 6, 2014 at 9:23 am #287666Check in Plugins > Edit functions, i’ve put there a function (it’s a plugin) that includes the Google Font separately.
July 6, 2014 at 10:11 am #287676thanks dear man!
July 6, 2014 at 6:35 pm #287748You are welcome :)
Regards,
Josue -
AuthorPosts
- The topic ‘fonts’ is closed to new replies.