Thread Starter
fkaf
(@fkaf)
Different fonts and weights
First one
.single .post .entry-title, .single-post .entry-title a {
color: #000000;
font-family: arial;
font-size: 38px;
font-weight: 100;
line-height: 50px;
margin-top: -5px;
}
Latter
h1 {
font-family: “myriad-pro-1″,”myriad-pro-2”,arial,sans-serif;
font-size: 48px;
font-weight: 300;
line-height: 50px;
margin: 0 0 25px;
Thread Starter
fkaf
(@fkaf)
Thanjs
But could you check back now?
Now it should be the same, but mine are not that thin..
I see no size difference in Firefox 3.6 on Windows
.single .post .entry-title, .single-post .entry-title a {
color: #000000;
font-family: “myriad-pro-1″,”myriad-pro-2”,arial,sans-serif;
font-size: 48px;
font-weight: 300;
line-height: 50px;
margin-top: -5px;
}
LATTER
h1 {
font-family: “myriad-pro-1″,”myriad-pro-2”,arial,sans-serif;
font-size: 48px;
font-weight: 300;
line-height: 50px;
margin: 0 0 25px;
}
Thread Starter
fkaf
(@fkaf)
OK
It`s different font-weight in many of those browswers
But even the footer is squashed on that screen shot on FireFox.
It isn`t in my FireFox..!?
how is that font on nsb.no different than my with the same code Internet Explorer
>>It`s different font-weight in many of those browswers
I see no browser specific conditional CSS in nsb.no
>>>how is that font on nsb.no different than my with the same code
I GUESS the myriad-pro-1 font is not as standard across operating systems and browsers as we would like to have.
I suggest using a browser safe font ; listed below
http://ronniediaz.com/2011/01/24/browser-safe-fonts/
http://www.imagesmith.com/Services/WebEcommerce/WebSafeFonts.aspx
Just found this…
http://www.webveteran.com/blog/index.php/web-coding/appearance-of-browser-safe-fonts/
Quick to pick alternative font; you can already see what it looks like.
Thread Starter
fkaf
(@fkaf)
Thanks for all help.
But this is still a mystery to me
http://www.nsb.no/reisemaal/bergensbanen-article37736-4327.html
Bergensbanen is supposed to be arial
When I copynpaste to ms word its arial or is not? I know the H1 on that page is Myriad Pro because it doesn`t seem like arial
I try to use Myriad pro, and that should work for my site on my pc if it does for another pc?
>>I try to use Myriad pro, and that should work for my site on my pc if it does for another pc?
As you can see in those screenshots the size of myriad pro varies widely between browsers and operating systems
Browser safe fonts are more similar across oper. sys and browsers.
>>I know the H1 on that page is Myriad Pro because it doesn`t seem like arial
Who does not like it; in WP dashboard you can edit your styles to whatever you want; arial is supported.