webfonts

Google Fonts not working in Internet Explorer (IE) 11

痴心易碎 提交于 2019-12-30 03:14:06
问题 Currently putting together a site using Google Fonts. Everything works in IE6 through 10, Firefox, Chrome, and on mobile browsers. However on IE 11 no fonts load and everything is displayed using fallback fonts (sans-serif etc). This same issue seems to have been discussed on the following two pages but with no resolution: Google Code MSDN Forums I have not been able to find a solution either and am wondering if anyone here has a workaround in place. 回答1: Using the Web Font Loader javascript

Alternative web-font to render Khmer

纵然是瞬间 提交于 2019-12-29 02:07:31
问题 What is web-fonts (preferably available from Google Fonts) supports Khmer UI. I have tried to define font-family:khmer ui; but it does not render even though I have the font installed on my computer. 回答1: Khmer (Cambodian) is pretty poorly supported but there is a convenient option which is as simple as Google Web Fonts. There is in fact a Google Web Font that works.. see jsFiddle Google has a little known resource called Early Access fonts which is accessible from the "More scripts"

How does ?#iefix solve web fonts loading in IE6-IE8?

佐手、 提交于 2019-12-27 12:15:48
问题 Lots of articles in the web like this : http://www.fontspring.com/blog/fixing-ie9-font-face-problems suggest to add a ?#iefix to the eot url. I was curious to know how is this going to solve the problem. Thanks. 回答1: IE8 and the older have a bug in their parsers for the src attribute. So if you include more than 1 font format in the SRC, IE fails to load it and reports a 404 error. The question mark solves that problem as it fools IE into thinking the rest of the string (other src) is a query

@font-face not working in Firefox or IE - how can i figure out why?

风格不统一 提交于 2019-12-25 05:52:44
问题 I am going nuts. @font-face won't work in IE or FireFox when I test on my client's server. My code is legit - it works just fine if I upload it to my own server, across all browsers. But no luck where I truly need it to work. I've tried re-ordering the CSS, and confirmed the fonts are indeed uploaded to the server. I have read the info on the following links: http://sixrevisions.com/css/font-face-web-fonts-issues/ http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/ Based on

@font-face not working in Firefox or IE - how can i figure out why?

*爱你&永不变心* 提交于 2019-12-25 05:52:21
问题 I am going nuts. @font-face won't work in IE or FireFox when I test on my client's server. My code is legit - it works just fine if I upload it to my own server, across all browsers. But no luck where I truly need it to work. I've tried re-ordering the CSS, and confirmed the fonts are indeed uploaded to the server. I have read the info on the following links: http://sixrevisions.com/css/font-face-web-fonts-issues/ http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/ Based on

“Font_Glyph_Outline” Error when using WebFonts with DOMPDF

做~自己de王妃 提交于 2019-12-24 22:32:15
问题 I'm trying to implement DOMPDF, everything is working (thanks to multiple Stack users) but I'm now having trouble rendering WebFonts when. According to the examples on the Google Code project for DOMPDF it is possible to use webfonts: http://pxd.me/dompdf/www/examples.php#css_at_font_face.html,html I've ref'd the font in the page as I would a HTML page: <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300' rel='stylesheet' type='text/css'> and I've ref'd the font in

Is there a cross browser way to include fonts in web applications in 2019?

风流意气都作罢 提交于 2019-12-24 10:27:34
问题 My five year old java web application has run into problems with fonts, after some work stations has been upgraded to the combination of windows 10 and IE11. The issue is described in detail from Microsofts perspective here. There are several resources describing how to turn off these settings, but I'd like to know if there are any cross browser solutions to keep using specific fonts, with web fonts blocked. Microsofts suggestions are these two: On each computer with the app installed, right

how to generate webfont from SVG icons in angular

寵の児 提交于 2019-12-24 01:23:06
问题 I have some SVG icons, but I want to use them as font in my project. Anybody knows how can I import my icons as font in an angular project? There is an answer in this URL: https://www.npmjs.com/package/webfonts-generator , but I don't know in which file of my project I should use it! 来源: https://stackoverflow.com/questions/52963465/how-to-generate-webfont-from-svg-icons-in-angular

CSS @font-face sometimes works in Internet Explorer but not always

我怕爱的太早我们不能终老 提交于 2019-12-23 14:53:54
问题 I'm having trouble with with web fonts in Internet Explorer 11. The font(s) work for some users with IE11 but not others even though it's the same browser. Modernizr.fontface still returns true for the users experiencing the problem so I can rule that out. Below is the CSS... @font-face { font-family: 'Balthazar'; font-style: normal; font-weight: 400; src: url('/assets/fonts/Balthazar/Balthazar.eot'); /* IE9 Compat Modes */ src: local('Balthazar Regular'), local('Balthazar-Regular'), url('

Google I/O - Roboto Font (new version) font rendering issues in Chrome (windows)

和自甴很熟 提交于 2019-12-23 13:05:25
问题 After listening to the latest Google I/O stream I was more than happy that they released a new version/update for their own font Roboto in their style guide. http://www.google.com/design/spec/style/typography.html# ! Note that this one is newer than the one in their webfont repo ! This is a screenshot of after(top) and before the update (bottom): http://img.konrad-abe.de/stackoverflow/screenshot-roboto-new_01.png This is a live demo of the bold versions: http://demo.konrad-abe.de