google-webfonts

Is it possible to use google web fonts in gmail

让人想犯罪 __ 提交于 2019-11-30 18:57:07
I want to use google web font "Over the Rainbow" when composing mail in gmail <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow&v2' rel='stylesheet' type='text/css'> Is it possible? <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Over+the+Rainbow' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode

The reference to entity “subset” must end with the ';' delimiter [duplicate]

此生再无相见时 提交于 2019-11-30 11:33:25
This question already has an answer here: The reference to entity “foo” must end with the ';' delimiter 1 answer I am trying to include webfonts in the template of a Blogger blog: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <link href='http://fonts.googleapis.com/css?family=Share:400,700&subset=latin,latin-ext' rel='stylesheet'

Prioritise SVG font with Google Web Fonts

折月煮酒 提交于 2019-11-30 11:25:38
问题 font-face rendering in Google Chrome on windows is awful unless you use an SVG font. However google web fonts prioritises WOFF files. Is there any way to force it to deliver the SVG fonts or do I have to manually host the fonts myself? 回答1: You'll need to host the files as using the @import or <link> methods reference a CSS file that only calls the WOFF file (because of browser detection). Ex. http://fonts.googleapis.com/css?family=Open+Sans: @font-face { font-family: 'Open Sans'; font-style:

Google Fonts not working in Internet Explorer (IE) 11

两盒软妹~` 提交于 2019-11-30 09:05:23
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. Using the Web Font Loader javascript instead of the default method of adding fonts works in IE11 for me. https://developers.google.com/fonts/docs

Getting different figure types with Google Web Fonts

无人久伴 提交于 2019-11-30 07:24:53
According to this page : [Raleway] is a display face and the download features both old style and lining numerals, standard and discretionary ligatures, a pretty complete set of diacritics, as well as a stylistic alternate inspired by more geometric sans-serif typefaces than its neo-grotesque inspired default character set. (Emphasis mine) The default for numerals is "old style" ("onum" OpenType feature string ), which look pretty awful when used in headlines. Ideally, I'd like to be able to use the "lining" variant ("lnum"), with "tabular" ("tnum") kerning (As opposed to proportional -- "pnum

Google webfonts render choppy in Chrome on Windows

我的梦境 提交于 2019-11-30 05:50:30
问题 I use the Google Webfonts service on my website and rely heavily on it. It renders fine on most browsers, but in Chrome on Windows it renders especially bad. Very choppy and pixelated. What i have found out so far is that Chrome requires the .svg format font to be loaded first. The font i am using however, called Asap, was only available in .woff. I converted it to .svg using a free online service, but when i added that to my stylesheet (before the .woff), it didn't change anything. I've also

Is it possible to use google web fonts in gmail

徘徊边缘 提交于 2019-11-30 03:22:56
问题 I want to use google web font "Over the Rainbow" when composing mail in gmail <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow&v2' rel='stylesheet' type='text/css'> Is it possible? <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Over+the+Rainbow' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type =

Prioritise SVG font with Google Web Fonts

亡梦爱人 提交于 2019-11-30 01:37:52
font-face rendering in Google Chrome on windows is awful unless you use an SVG font. However google web fonts prioritises WOFF files. Is there any way to force it to deliver the SVG fonts or do I have to manually host the fonts myself? Gaffe You'll need to host the files as using the @import or <link> methods reference a CSS file that only calls the WOFF file (because of browser detection). Ex. http://fonts.googleapis.com/css?family=Open+Sans : @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url('http://themes

The reference to entity “subset” must end with the ';' delimiter [duplicate]

♀尐吖头ヾ 提交于 2019-11-29 17:16:47
问题 This question already has answers here : The reference to entity “foo” must end with the ';' delimiter (2 answers) Closed 3 years ago . I am trying to include webfonts in the template of a Blogger blog: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005

Is there a way to use Google Web Fonts in an HTML email?

倖福魔咒の 提交于 2019-11-28 23:15:30
An HTML email must (should) have its CSS inlined in order to have the expected design in most of the email clients. Is there a way to link a Google Web Font to or embed in such an email but still maintain a broad acceptance (appropriate rendering) among email clients? I know that an alternative would be to have an image with the corresponding typography, but I would first search for something else that might work. If the font is absolutely necessary, you will have to go with the text as image solution. As of December, only iOS Mail, Mail.app, Lotus Notes 8, default Mail on Android, Outlook