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

Vertical positioning of text in an input field with webfonts

Having a tough time cracking this one – the vertical positioning of text in an input field is always high, on mobile Safari (and Chrome) when using web fonts. Specifically, DIN Next from Monotype Webfonts…
0
votes
1 answer

After using CNAME to redirect URL, Webfonts no longer work

Running in chrome: www.AshGavs.com vs. http://ashgavs.cloudant.com/site/_design/AshGavsCouch/main/index.html Really confusing, especially because the fonts are hosted on google...
user1118684
  • 254
  • 1
  • 3
  • 9
0
votes
1 answer

Can a purchased open type font be used as a web font?

I'm hoping to confirm that if I purchase an open type font from a foundry that I can then use it on the web by using the @font-face command. Is this true?
0
votes
2 answers

Why do my fonts render differently when page is loaded via link?

I'm experiencing a weird issue on a site when it is loaded via a link. Here are the two different instances: Load http://www.visioncreativegroup.com.au via the URL bar. Fonts load as expected (medium weight). Visit http://www.wpagroup.com.au and…
Scully
  • 1,038
  • 3
  • 10
  • 23
0
votes
1 answer

Google Webfont Loader: No timeout if font servers (eg Typekit) are down

Typekit servers experiencing an outage in Australia at the moment. And it has exposed an issue with a site of mine which uses Google's Webfont Loader to load Typekit fonts. I was under the impression that there would eventually be a timeout and…
Prembo
  • 2,256
  • 2
  • 30
  • 50
0
votes
1 answer

Using Twitter Bootstrap I cannot copy the text in the active Tab-pane in IE

I am using standard Twitter-Bootstrap code for nav-tabs - http://twitter.github.com/bootstrap/javascript.html#tabs All functionality works but in IE9 and IE8 and IE7 browser modes I cannot select and copy any of the text content within the active…
Jaz
  • 59
  • 2
  • 9
0
votes
2 answers

CSS color hover wrong

i use Allegro fonts for top menu and got problem when i hover on it the color not display full width in Chrome and Safari :( you can test on this link http://preview.86solutions.com/fairpart
0
votes
1 answer

Serving hosted EOT font for IE

When I try to use @font-face for an EOT font for IE, it doesn't work when the font is hosted somewhere else. It only works when it's local, in the web application. This doesn't work: @font-face { font-family: 'AvantGardeMdBTMedium'; src:…
Michael
  • 287
  • 1
  • 2
  • 10
-1
votes
2 answers

How to load Google web fonts listing dynamically into an array?

I would like to pull a feed of the entire Google web fonts collection, and collect them into an array with this structure (font collection => font name): "None", "Abel"=>"Abel", "Abril Fatface"=>"Abril…
RegEdit
  • 2,134
  • 10
  • 37
  • 63
-1
votes
1 answer

Site does not load web font

I've searched all over the internet, but the answer is probably bullshit. I'm having a problem uploading my web font to my site (the console always returns an error saying it can't download the font).It's probably a path problem, I don't know. This…
-1
votes
1 answer

Font Awesome issues showing error messages

I downloaded font awesome 5 to use for free,but when I load it I get an error message showing:Also define the standard property 'filter' for compatibility css(vendorPrefix) and also a small looking shape at the place where the icons position is…
-1
votes
1 answer

how to call custom fonts in shopify this is not work like before

@font-face { font-family: 'chunkfive_printregular'; src: url( {{ chunk_five_print-webfont.woff2 | asset_url }} ) format('woff2'), url({{ chunk_five_print-webfont.woff | asset_url }} ) format('woff'); font-weight: normal; font-style: normal; like…
-1
votes
1 answer

How to declaring a function with properties in typescript react

@Bind() sdffsf() { this.sdffsf.fff = 'sdfsd'; } like this, typescript always reminds me fff didn't exist wanna know how to declare the interface of this method
oneCiting
  • 21
  • 4
-1
votes
1 answer

What do I do if the code for the font for the css stylesheet but the text is not working properly?

I had gotten help from a friend since I had started crying since I am still new and learning CSS for a class in college. We got to a certain point about three questions to the last step but the font for the headlines/titles for the playbills…
-1
votes
1 answer

Why does setting up FontAwesome with SVG Core disable these options by default?

I'm trying to make my FontAwesome 6 installation more lightweight by importing the few individual icons I'm using instead of a whole style, via my web app's npm build process. The documentation seems to say that the way to do this is by installing…
Hashim Aziz
  • 4,074
  • 5
  • 38
  • 68
1 2 3
99
100