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

My webfonts works only in chrome

I'm working in a website shoestrap child theme, based in bootstrap. I used @font-face for change my webfonts, but it isn't working in all browsers. Works only in chrome. What do I do? My css code: @font-face { font-family: 'open_sansitalic'; …
user3216077
  • 209
  • 2
  • 5
  • 13
0
votes
0 answers

Wordpress content invisible

I've a problem with a wordpress site. Out of no reason the text of a post disappears or is invisible in the frontend. As soon as you zoom out and in the text is showing! This is a problem my friend is reporting to me. I wasn't able to cause this…
Marc Radziwill
  • 175
  • 2
  • 12
0
votes
2 answers

How can I change the font-face of a web page that is on the client-side already?

How can I change the font-face of a web page that is on the client-side already ? Example although the site is in Arabic, I want to provide an option for the client to change the font-face of the article so that he can read the article in a way that…
Fawaz Taj
  • 83
  • 1
  • 9
0
votes
1 answer

Using fonts that don't support asian languages

I'm considering using the open-sans font for a cordova application that runs on Ipad and browsers. At the bottom right they mention supported languages and they don't seem to support asian languages. I was wondering what would happen if i use that…
Tomer
  • 17,787
  • 15
  • 78
  • 137
0
votes
0 answers

Chrome Issue with Webfonts & @font-face icons crashing on pages using CAPTCHA

First of all I'm relatively new to posting on here so apologies if it isn't quite formatted right. The problem: Example URL: http://devsite9.clickdealer.co.uk/finance.php What went wrong? When refreshing pages with the CAPTCHA plug-in, the…
0
votes
1 answer

Loading custom fonts with webfont.js

I'm working on a project where I'm trying to use some 5 custom fonts. I use webfont.js library so that I can time my initialisation the way I want to. However, I notice that I have an intermittent issue, whereby webfont.js will fail loading all 5…
0
votes
1 answer

Back slash appearing in CSS font declarations, not allowing web fonts to appear

So I've never seen this ever before and it has me stumped. In chrome, my web fonts (served both from google and typekit) are not loading properly and when I look in my inspector at the CSS declarations for the fonts, it appears that there are…
Dres
  • 1
0
votes
1 answer

strange horizontal lines on custom icon font on ios

I've created a custom Icon-Font for a web-project. It's working perfectly in all desktop Browsers. But on iPad-Landscape Mode it's sometimes showing strange horizontal lines. I've absolutely no idea about where to look for the mistake. a screenshot…
0
votes
1 answer

DIN-font web kerning issue

Anybody understand why these special character: "Å's" get a really strange kerning? http://www.ment.no/nettbutikk/skaaler/stjerneskaal/ They look fine here: http://www.ment.no/nettbutikk/skaaler/liten-sukkertoyskal-korall/
user977101
  • 161
  • 2
  • 12
0
votes
1 answer

IE rendering trailing white space at end of each line

I've got a web font that includes it's own underline, including on the space character. This renders fine in almost all browsers, the underline is shown between words but it not rendered at the end of the line — except in IE (all versions). In IE…
Nathan
  • 53
  • 6
0
votes
1 answer

Vanishing webfonts in Google Chrome and WordPress 3.8

I'm experiencing weird issue with Google Chrome 32.0.1700.107 m on Windows 7 64bit (but similar issue reported by friends on Mac and 32bit W7). Fresh WordPress 3.8 with couple some plugins, default 2014 theme is active, no caching enabled. In…
urosevic
  • 579
  • 5
  • 13
0
votes
3 answers

How to use tamil fonts in php page?

I have used Tamil fonts and it is displaying the correct font when I run it in local server. But it is showing like X.Ã.uhkrhä bu£oah® in webpage. How to solve this? Please help.
user3239311
  • 187
  • 1
  • 4
  • 15
0
votes
0 answers

Mac OS X Mavericks Changes Default Font of Online Math Expressions Generated by MathJax

After I installed Mac OS X Mavericks on my MacBook Pro, an undesirable result was that all online math expressions generated by MathJax, such as those seen in Math StackExchange and MathOverflow, were displayed in a font that looks a lot like Times.…
0
votes
1 answer

Ligatures declared for specific class, but appears everywhere

I want to display ligatures on my website but only for a specific class like .ligature. That's all working fine in Firefox, Chrome and Safari (haven't tested IE). But the thing is that the ligatures are being displayed everywhere on thew website in…
NielsPilon
  • 500
  • 2
  • 7
  • 21
0
votes
2 answers

Chrome 32.0.1700.76 Heading Font Weight Issues

I've notived that some font weights are not working in chrome 32.0.1700.76. IVe updated it today, and font weights smaller (lighter) than 300 are displayed as 400 for some reason, for any heading class (h1, h2, h3, h4, h6, h6). You can test it with…
Mia
  • 6,220
  • 12
  • 47
  • 81