Questions tagged [webfonts]

Technology that enables people to use fonts on demand over the Web without requiring installation in the operating system.

What are WebFonts?

WebFonts are a technology that enable people to use fonts on demand over the Web without requiring installation in the operating system. The W3C working group has introduced webfonts as part of the CSS 2 specification, and addendums are included in CSS 3. Until recently, downloadable fonts have not been common on the Web due to the lack of an interoperable font format. Modern browsers support the now widely used format (and woff2 for better compression). In the past other formats like eot (initial proprietary Microsoft), ttf (uncompressed) or svg were used.

Links

1549 questions
0
votes
1 answer

External web font via redirect

When trying to use a font file from another domain on a web page, I ran into the restrictions of the Cross Origin Resource Policy in all its glory. So, instead of referencing the external font URL directly from CSS with @font-face, I referenced a…
mxxk
  • 9,514
  • 5
  • 38
  • 46
0
votes
0 answers

Unnatural bold Chinese characters in Wordpress

Some Chinese characters on my website renders in Bold. I have no styles attached or elements within the

element. This happends only on FireFox I tried setting content-language to and also…

nasty
  • 6,797
  • 9
  • 37
  • 52
0
votes
1 answer

Is there any way to ensure that icon fonts always load on IE 8?

I've been trying all day to get custom icon fonts to work in IE 8 (for example, with Fontello or Icomoon). Both Fontello and Icomoon offer "demo" pages of the icon font after you download it. I've been using the demo pages to test. As far as…
Pete
  • 7,289
  • 10
  • 39
  • 63
0
votes
0 answers

The x-height for arabic Fonts w/ Fontsquirrel

I have an x-height problem with Arabic fonts - it basically breaks the existing layout forcing me to use "height" attribute on some input/form elements. Which is not cool. The UI uses Roboto for Latin languages, and Droid Kufi for Arabic. Somehow…
pop
  • 3,464
  • 3
  • 26
  • 43
0
votes
1 answer

CSS font-face not accepting 'format' syntax

I am putting a custom font (Alef-Regular) in my stylesheet, with the following code (... represents longer path, not actual code). @font-face { font-family: Alef; src: url('.../Alef-Regular.ttf') format ('truetype'), …
Ynhockey
  • 3,845
  • 5
  • 33
  • 51
0
votes
1 answer

IE7 not loading eot webfont

I'm having issues with a custom icon font pack in IE7. It's not loading at all. It works great in IE8+, FF and Chrome. IE8 also uses eot, so it's not an issue with the font file itself. In IE7 mode of IE11 on the Network tab shows that there is no…
wintercounter
  • 7,500
  • 6
  • 32
  • 46
0
votes
1 answer

Fontforge generate webfont

i want to generate a webfont using fontforge on windows. Have anyone tried it? I have installed a font forge but the TOOLS menu are disabled. I need to install something but i dont know what and how to enable the export as webfont option.
0
votes
1 answer

Error With Google Webfont Not Loading Characters

On my site I am using the Google Font Roboto. I noticed in several places the following:� or what I call a question mark in a black diamond. (Does this symbol have a name?) I typically see this when a font doesn't have a character it can render,…
L84
  • 45,514
  • 58
  • 177
  • 257
0
votes
1 answer

SVG won't load web font in Firefox

I created a SVG logo with the BrushScriptStd font. It displays fine in Chrome, Safari and Opera but Firefox changes the font and it looks really crapy. Does anyone knows what i should do? thanks for the help! Here´s the svg code
0
votes
1 answer

glyph icons (Halflings & Fontawsome) are not displayed consisted. plain html vs use js innerHTML

I run into a strange thing. To see is really to understand, so I've made an example jsfiddle. I got a html list with an icon. One list renders as plain html. The other exact-same-list is appended with javascript. Although the elements are exactly…
Hank12312
  • 27
  • 1
  • 4
0
votes
1 answer

Font Awesome or Web Fonts not Showing on Website

I've been struggling for the better part of a year trying to get the Font Awesome web icon font to work on WebFactions servers. Every suggested "workaround" has been a bust and I'm not fully understanding why this is happening. I've contacted them…
bmoneruxui
  • 303
  • 7
  • 17
0
votes
1 answer

use any webfont with google sheets

By default Google Sheets support 6 fonts only. This can be further extended by "35 Fonts" add-on. I wonder if I could actually use any webfont, ie. by setting it programmatically using custom Google Apps script/function?
0
votes
1 answer

Google Web Fonts is not working on Android 4.2.2 with Khmer language

I'm trying to show Khmer language in Android. In Android version 4.1.2 and 4.4+, the Khmer language is working fine. But in Android version 4.2.2 any Khmer language is not displayed even a character. I got a blank space text. This is the example of…
Kannika
  • 2,538
  • 2
  • 27
  • 38
0
votes
0 answers

PhantomJS PDF Capture Doesn't Pick Up Font Server Fonts

I'm using PhantomJS to turn an html page into PDF. This page uses fonts from cloud.typography.com. Now the html page itself is fine, and if I manually print it to a PDF, that too is fine. However, when I use PhantomJS to turn it to a PDF, the…
R. Barzell
  • 666
  • 5
  • 24
0
votes
1 answer

Fonts are not rendered on a webpage

I've created a web-version of the Lato font using Font Squirrel. I've also setup a test-suite in Plunker in order to test and debug it. Some fonts are not rendered: SVG is not rendered in Safari 5.1 (both on Windows and on OS X) EOT is not rendered…
Slava Fomin II
  • 26,865
  • 29
  • 124
  • 202