Forum Replies Created
-
No, by container I mean the whole width of the blog.
Syahir, even that the same code is working on my test blog and I’ve copied and paste it to the production blog?
Any tools that I can use to find out the problems?
Any plugins that knows to search for this kind of a problem?
No, it didn’t work as well, it’s like something is blocking it from being applied.
Wow, didn’t notice, will check that 🙂
It’s not Google webfonts as they don’t have any Hebrew fonts.
It’s Hebrew webfonts called “Alef”.
I will try the Custom <head> tags as well.
This is the code I would like to add, is it Ok?
<style type="text/css">
@font-face {
font-family: 'Alef' !important;;
src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.eot');
src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.woff') format('woff'),
url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.ttf') format('truetype'),
url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.svg#alefbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Alef' !important;;
src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.eot');
src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.woff') format('woff'),
url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.ttf') format('truetype'),
url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.svg#alefregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font:16px/1.1 "Alef", arial, sans-serif;
}
html,h1,h2,h3,h4,h5,h6,b,strong,p,body,a,all {
font-family:"Alef", arial, sans-serif;
font-weight:normal;
font-size:16px;
}
.sidebar h3 {
font-family:"Alef", arial, sans-serif;
font-weight:bold;
font-size:18px;
}
.post-title, .post-title a {
font-family:"Alef", arial, sans-serif;
font-weight:bold;
font-size:24px;
}
.commentform {
font-family:"Alef", arial, sans-serif;
font-weight:normal;
font-size:12px;
}
.single .author_h4 {
font-family:"Alef", arial, sans-serif;
font-weight:bold;
font-size:16px;
color:#2E2E2E;
}
.bgimage-excerpt .slider_post h2 a {
font-family:"Alef", arial, sans-serif;
font-weight:bold;
font-size:18px;
}
</style>From some reason I can see it working in Chrome but not in IE or FF, while the test blog shows correctly on all.
Also, tried adding the webfonts in the header.php didn’t work.
This works fine on a test blog I’m having but not on my production site.
I’ve disabled all plugins on the production one but it didn’t help.
Any way to investigate it?
Kenneth,
I tried that but from some reason it’s not enforcing itself on the theme.
I tried using webfonts and it didn’t work.
So I would like to try to put it in the <head> and see if it will work.
Thanks, will try that
Hi resourcefulblogger
Do exactly what it says here: http://code.google.com/p/graphene/downloads/detail?name=graphene.1.9.2.zip
I know, wanted to do saw myself 🙂
Thanks
