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
0 answers

Characters are sometimes rendered as symbols on Chrome v42 in Windows

Sometimes the characters in our webfont are rendered as symbols instead of normal text. It only seems to affect Chrome v42 and v43 on Windows systems. This is how it looks like when the problem occurs: screenshot. The site in question:…
0
votes
1 answer

Font "Herr Von Muellerhoff Regular" gets cut off (Slider Revolution - Wordpress)

In Google chrome, the slides with the font "Herr Von Muellerhoff Regular" gets cut off, and ive no idea why. I hve no real experience with Fonts but i think the font is the problem. Can anyone confirm that the geometricts of this font arent correct…
Mike
  • 103
  • 1
  • 7
0
votes
1 answer

Chrome @font-face issue

I have had an issue getting a font to display on Chrome recently, It still works on Firefox and I.E. but no longer loads on Chrome or Chrome Android. In Chrome Inspector the font file is loaded and all appropriate css rules seem to be in…
HulaHoof
  • 367
  • 2
  • 15
0
votes
1 answer

Is there a way to make CSS (and browser) use system's version of a font if it exists, otherwise font-face?

I only want to use a font (and have the browser download it) if the OS the browser is on doesn't have that font built in. Is this possible? Currently, I define the font with @font-face but this causes the broswer to download the font automatically.…
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330
0
votes
1 answer

Roboto Google Font not sharp

Recently, YouTube changed their official font to Roboto, but I'm wondering why (and how to fix it if possible). On Firefox, Roboto doesn't render out all that great. The edges aren't sharp and some of the text is hard to read (notice the odd bumps…
user4368069
0
votes
2 answers

Font-related errors when printing as pdf in internet explorer 11

I have a site that uses font-awesome icons. When attempting to print a page as pdf, Internet Explorer 11 produces an error: %%[ ProductName: Distiller ]%% Roboto-Regular not found, using Courier. FontAwesome not found, using Courier. %%[Page:…
bingo
  • 2,298
  • 1
  • 15
  • 21
0
votes
0 answers

How do i resolved issue of font displying in different browsers?

I am facing the issue related to font. Font which i am using that appear different in different browser, specially in case of Safari, IE and Opera. I had also try to solve this problem by using fontface and google font but not succeed to find the…
Anandkumar Mehta
  • 657
  • 3
  • 7
  • 25
0
votes
3 answers

How to create custom font icons?

I want to add some custom font icons in my project. Because default icons in bootstrap is not enough. How to create custom font icons in bootstrap?
Ramesh Murugesan
  • 4,727
  • 7
  • 42
  • 67
0
votes
1 answer

How to (and how not to) load a css file that uses @font-face

I'm trying to load some personal fonts (@font-face) from a css file. If I use: the fonts don't load. However, using: they…
Cheng Zhaa
  • 61
  • 1
  • 10
0
votes
0 answers

How to make sure a webfont is loaded only once in a page?

I have a system where it was loading a fontface from my own server. I replaced this font for the google's webfont version (droid sans). In order to accomplish this, I removed all the declarations that were calling this font on my server, then I…
sergioviniciuss
  • 4,596
  • 3
  • 36
  • 50
0
votes
3 answers

How to Add Fonts to a Website

Want to add a font to website. CSS File: @font-face { font-family: smFont; src: url(optima-regular-webfont.woff); } .smFont { font-family: smFont; } HTML File: About The Company I have the above but…
sgchecker
  • 63
  • 7
0
votes
1 answer

How to edit the dot above an " i " in a certain font?

I want to change the color of the dot in the letter "i" to be orange, while the remaining part of the "i" to stay white. For instance, I've found a free front called Quicksand on this…
Mathomatic
  • 899
  • 1
  • 13
  • 38
0
votes
2 answers

Using Telugu ttf in my web site

I need to be able to use specific Telugu fonts on my website. I have the ttf file and I generated the .eot, .woff, .woff2 and .svg files required. I followed the instructions on the site below and created my stylesheet as shown below @font-face…
avsln
  • 653
  • 3
  • 8
  • 18
0
votes
1 answer

loading cached fonts at the right time

I have some webfonts that get loaded via Webfontloader load like this ...