Top "Font-face" questions

@font-face is a CSS rule that allows the definition of embedded fonts within a webpage.

Is Myriad Pro finally available for use as a web font? (It's now used by Apple as a web font)

Apple is using "Myriad Pro Set" as a web font. I'm assuming that somehow we can now purchase a license …

css fonts font-face webfonts
Change default font type/size in TinyMCE

How do you change the default font type and font size in TinyMCE? I'm using the advanced skin and I've …

tinymce default font-face font-size
Google web fonts stored locally versus online source

When I add google web fonts using the @import rule in my CSS file, it works fine. But when I …

css fonts import font-face google-webfonts
@font-face issues

I have done this before, but still haven't mastered it. I downloaded a font kit from fontsquirrel.com and tried …

css font-face embedded-fonts
Why does my font-face text look so bold?

Here is an image from the Photoshop design of the webpage: And the webpage with the same size, weight etc: …

css fonts font-face webfonts typography
Chrome svg-Font-Rendering breaks Layout

I'm currently working on a little Project in which I'd like to use webfonts via @fontface. I implemented the font's …

google-chrome layout fonts svg font-face
@font-face declarations don't work in Android 4.3 Internet browser?

My Samsung Galaxy S3 phone recently upgraded from Android 4.1.3 to Android 4.3. Now several websites I designed which I tested in …

css cross-browser font-face android-4.3-jelly-bean android-internet
@font-face: bold in FF is bolder than in Chrome

I used this code: @font-face { font-family: 'DroidSansRegular'; src: url('droidsans-webfont.eot'); src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'), url('droidsans-webfont.…

css cross-browser font-face
Dynamically load google fonts after page has loaded

I would like to be able to have the user select which font they would like the page to be …

javascript jquery css font-face google-font-api
CSS Font Face "?#iefix"

I have a question about css @font-face. I'm using the following code from this website (http://www.fontspring.com/blog/…

css font-face