google-font-api

Roboto font bolder with Firefox

徘徊边缘 提交于 2019-12-07 07:36:36
问题 I try to install Roboto on my website, using Google Fonts, and I feel desperate to see that Roboto is bolder (much bolder) in Firefox than in Google Chrome. Here are my codes : <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> And p { font-size: 1.4rem; line-height: 1.5; font-family: "Roboto", sans-serif; letter-spacing: 0; color: #313131; } And here are two preview of Roboto Font, first with Firefox, second with Chrome: As you can see, the Chrome

ie9 doctype and fonts?

▼魔方 西西 提交于 2019-12-07 02:13:28
问题 <!doctype html> <html> <head> <title>Test Ubuntu</title> <link href="http://fonts.googleapis.com/css?family=Ubuntu:regular" rel="stylesheet" type="text/css" /> <style> body { font-family: 'Ubuntu', sans-serif; } </style> </head> <body> Test Ubuntu </body> </html> shows the font in chrome and firefox... but in ie9, if i add the doctype line, it breaks!? works fine without it. i would like to get it working in all three browsers (with doctype? because sometimes other stuff like css relies on

Google Font not rendering correctly in Firefox

五迷三道 提交于 2019-12-06 10:48:51
问题 I'm using a google web font, Titillium Web , on my website . It renders perfectly in Google Chrome, IE, Opera and Safari but in Firefox the text looks horrible. Google Font Link: <link href='http://fonts.googleapis.com/css?family=Titillium+Web:200' rel='stylesheet' type='text/css'> HTML : <p id="main-top-text" class="txt-style">WELCOME TO <span class="site-colour">NATHAN DA SILVA,</span></p> <p id="main-bottom-text" class="txt-style">ENJOY YOUR STAY.</p> CSS : .txt-style { font-family:

Roboto font bolder with Firefox

你说的曾经没有我的故事 提交于 2019-12-05 11:19:26
I try to install Roboto on my website, using Google Fonts, and I feel desperate to see that Roboto is bolder (much bolder) in Firefox than in Google Chrome. Here are my codes : <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> And p { font-size: 1.4rem; line-height: 1.5; font-family: "Roboto", sans-serif; letter-spacing: 0; color: #313131; } And here are two preview of Roboto Font, first with Firefox, second with Chrome: As you can see, the Chrome Roboto is much lighter. I don't know why it happen, but I've find something on Google Font. Using Firebug on

ie9 doctype and fonts?

谁说我不能喝 提交于 2019-12-05 07:31:53
<!doctype html> <html> <head> <title>Test Ubuntu</title> <link href="http://fonts.googleapis.com/css?family=Ubuntu:regular" rel="stylesheet" type="text/css" /> <style> body { font-family: 'Ubuntu', sans-serif; } </style> </head> <body> Test Ubuntu </body> </html> shows the font in chrome and firefox... but in ie9, if i add the doctype line, it breaks!? works fine without it. i would like to get it working in all three browsers (with doctype? because sometimes other stuff like css relies on having doctype there? or doesn't look right without it) if possible? thanks! paulcam Actually, this looks

Montserrat font isn't displayed on IE 10 and 11

时光怂恿深爱的人放手 提交于 2019-12-05 03:59:52
In this website http://themescreators.com/ela/ I am using some google fonts. All of them work well on Chrome, FF.. but on IE 10 and 11 on Windows 7, "Montserrat" font doesn't display. I have really not idea about what can be the issue, is IE incompatible with some google fonts? If you visit the site on windows 7 you will see clearly the issue, all "Montserrat" h1, h2... aren't visible. Thanks in advance! First of all, you don't have defined any secondary font which can be displayed if the Montserrat isn't load properly. That's the reason why no font is displayd. h1, h2, h3, h4, h5, h6 { font

Using @import for google fonts is not working on internet explorer

独自空忆成欢 提交于 2019-12-04 20:29:10
问题 Hey guys i'm trying to use google fonts on my web but i have an issue with internet explorer. I'm using @import, and when i google it i see that people use it this way: @import url('http://fonts.googleapis.com/css?family=Open+Sans'); the thing is that the link i got looks like this: @import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css); when i open my web on IE there is no text at all. do i have to get the webfont files? or is there a way to fix this? 回答1: Hia I've had the

Google Font not rendering correctly in Firefox

≯℡__Kan透↙ 提交于 2019-12-04 18:06:12
I'm using a google web font, Titillium Web , on my website . It renders perfectly in Google Chrome, IE, Opera and Safari but in Firefox the text looks horrible. Google Font Link: <link href='http://fonts.googleapis.com/css?family=Titillium+Web:200' rel='stylesheet' type='text/css'> HTML : <p id="main-top-text" class="txt-style">WELCOME TO <span class="site-colour">NATHAN DA SILVA,</span></p> <p id="main-bottom-text" class="txt-style">ENJOY YOUR STAY.</p> CSS : .txt-style { font-family: 'Titillium Web', sans-serif; font-size: 60px; line-height: 70px; color: #666666; text-align: center; } You

Strange Issue while Google Font Rendering

≡放荡痞女 提交于 2019-12-04 03:49:22
So I am using the fonts this way <link href='http://fonts.googleapis.com/css?family=Fira+Sans:700|Open+Sans&text=1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz%20' rel='stylesheet' type='text/css' /> <style>h1, h2, h3 {font-family: 'Fira Sans', sans-serif; line-height:1.125em} </style> This is the result... I am completely confused as how this can even happen? What am I doing wrong. The issue seems only on the home computer. Rest everywhere I checked its fine. Home PC: Firefox, Windows 7 (In chrome the fonts are not displaying at all, its blank) Try using Mozilla's CDN instead

Using @import for google fonts is not working on internet explorer

◇◆丶佛笑我妖孽 提交于 2019-12-04 03:13:13
Hey guys i'm trying to use google fonts on my web but i have an issue with internet explorer. I'm using @import, and when i google it i see that people use it this way: @import url('http://fonts.googleapis.com/css?family=Open+Sans'); the thing is that the link i got looks like this: @import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css); when i open my web on IE there is no text at all. do i have to get the webfont files? or is there a way to fix this? Assaf Katz 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