@font-face is a CSS rule that allows the definition of embedded fonts within a webpage.
0
votes
0answers
9 views
Local fonts can't load in iframe in IE, Chrome and Opera
I've been writing a page that is intended to be used without internet connection.
There is an iframe with text which should be styled with custom font. The font does not load if I try to get it from ...
1
vote
0answers
17 views
Chrome and IE fonts
It bugs me that Chrome renders Arial and Tahoma fonts so much lighter than IE.
I do not want to start a browser war, I just wish Chrome was a bit darker and as easy to read as IE.
I know that ...
0
votes
0answers
18 views
@font-face appears jagged at high resolutions
I am using@font-face on high resolutions the font appears distorted please find screen below.
http://goo.gl/Cwskw
While on low resolutions it looks fine.
http://goo.gl/w47uU
Is there any solution so ...
0
votes
0answers
9 views
Webfonts not working with iPad 4 Webapps (Home screen icon)
Webfonts not working with iPad 4 webapps
I'm making a webpage "app" for iPad 4 (and iPad only, for now).
The thing is it's meant to be "app-like", meaning it has to take the full screen when using ...
2
votes
1answer
33 views
+50
Webfont not showing in iOS
Why isn't the webfont I am using, for the icons in the footer, not showing when this site is viewed in iOS 6.1.4 ?
I have tried remove the CSS animations on the icons, removing the jQuery on it. ...
1
vote
1answer
32 views
embedded font on website won't display in IE or Chrome
I have the following font setup in the CSS for a wordpress based site I'm building and the fonts display fine in FF, but not at all in IE(9) or Chrome(latest).
/* =Typography
...
0
votes
1answer
27 views
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 displayed in. Here is the way that Google recommends you do it using javascirpt.
WebFontConfig = {
...
1
vote
0answers
12 views
Firefox entity/special character text shown instead of Special Character glyph
I am trying to use a IcoMoon font I compiled and have run into a problem on Firefox not displaying the character but instead showing a stacked text of that entity.
Say the character is  ...
1
vote
1answer
56 views
Custom css font display with interference after publishing site to Azure
Trying to post web-site at different hostings (somee.com, azure, localhost). Site at asp.net mvc 4.
Displaying at the localhost and somee.com:
...
0
votes
0answers
22 views
Weird issue with UserVoice & Web Fonts randomly not displaying
I have a site that makes use of web fonts & obviously @font-face; I recently added the UserVoice widget JavaScript call to the header of the site and I"m not 100% sure if it's what is causing the ...
0
votes
1answer
30 views
css @font-face doesn't align text vertically across all browsers
I must have went through every page of google but haven't found the solution yet. I have a custom font that I'm using through css font-face. The font adds extra padding on the bottom depending on the ...
0
votes
2answers
36 views
Adobe Flex Tabbed View Navigator Mobile Application Embedded Font
I have a TabbedViewNavigatorApplication, I am using an embeded font for my tabs however when a tab is selected it loses the embeded font as by default the selected item is italic (I believe). I've ...
0
votes
1answer
24 views
Same Fontface for Multiple Styles
So I have a base.css file in my static folder, accompanied by two font files, Fontin_Sans_R_45b.otf and Fontin_Sans_SC_45b.otf, for regular and small-caps styles, respectively. I want to define ...
0
votes
1answer
30 views
Load times with @font-face vs. Google fonts or localhost files vs. CDN's
Is loading fonts via storing them on your server and using @font-face slower than loading them from Google's font API? Or does it always depend on the font and vary from situation to situation?
And ...
0
votes
3answers
41 views
Embedded Fonts in Firefox not working
If you pull up our website in Firefox (http://oursaviorschurch.com), the embedded fonts work fine. If you type in the www. (http://www.oursaviorschurch.com), the embedded fonts are gone. I notice it ...
-3
votes
0answers
72 views
When will Google fix Chrome @font-face rendering issue [closed]
I'm sick and tired that whatever I make works in Firefox and IE, but Chrome is always the black sheep. So, a simple question.
When will font-face rendering issue be fixed in Chrome?
For crying out ...
0
votes
0answers
16 views
@font-face faux-italic in IE8
I have been following the hopefully bulletproof instructions for @font-face in this article ...
0
votes
2answers
51 views
@font-face doesn't work online
I've got a problem with fonts, exactly with "@font-face".
When i tried to run this local HTML page, all fonts worked, but now when i try to run online HTML page, only one font is working.
now i have ...
0
votes
2answers
39 views
Google Chrome wont show font (css3, html5) first time visiting. (only on refresh)
I have a website using CSS3
@font-face {
font-family: 'LigatureSymbols';
src: url('LigatureSymbols-2.07.eot');
src: url('LigatureSymbols-2.07.eot?#iefix') format('embedded-opentype'),
...
0
votes
1answer
35 views
Custom fonts disappearing in IE
This is the first time I've seen this happen with a custom font embed. For reference, I have dozens of client sites using custom fonts without issue.
This particular client has their own created ...
0
votes
1answer
34 views
SVG font-face with TTF fonts
I'm trying to make use of the font-face elements of the SVG standard. At the moment Webkit claims that they implement the font module properly, but I can't get it to work with external referenced TTF ...
0
votes
1answer
28 views
My font face isn't working on Google Chrome
For some reason, my font face is not showing up in google chrome. It works with other browsers, even on android mobile web browsers. I read many post on why it could be (google chrome update, etc) ...
0
votes
1answer
19 views
@font-face does not work @IE8 and lower
i have a problem and have no idea how to solve it.
The @font-face rule works perfect in most browsers, excecpt of IE8 and lower.
I have some test file here:
http://poorscousertommy8.lima-city.de/
If ...
0
votes
1answer
28 views
Font-face check from Modernizr
Modernizr detects CSS3 font-face support.
http://modernizr.com/download/
How do I get only the source of the font-face test outside the modernizr?
There's a file in repo related to this test, but ...
0
votes
1answer
22 views
Mac not redering font in browser
I have used KnockoutHTF30 font in stylesheet. It is loading fine on widnows and linux machines. But on mac, it does not come up.
Here is my code.
@font-face {
font-family: "KnockoutHTF93";
...
0
votes
1answer
23 views
IE creates font-icon strange underline
I'm using fontello font-icons. They work perfectly except with Internet Explorer. They do not react also with the hover status and so... The problem I'm getting at this moment is a trange underline ...
3
votes
1answer
44 views
Integrating Font Squirrel generated font in Twitter Bootstrap via LESS
I am attempting to use a font generated from Font Squirrel as the base font for Twitter Bootstrap (compiled from the LESS files). I am using Express.js with Node.js, and have included the font files ...
0
votes
0answers
30 views
Can't set two @font-faces in CSS in my Ubuntu server
Lets say I have two font files, represented as: font1 and font2
After I realized I had to set the src:url to /var/www/fonts/font1 or font2, I can't set them both at the same time. If I do this
...
1
vote
2answers
41 views
Why do the Google Fonts fail to show up on my website?
Our ASP.NET C# web application is used in the following environment
.NET Framework 4
ASP.NET Web Forms.
IIS 7
Windows 2008
Visual Studio 2010
.NET IDE
C#
HTTPS ( SSL )
Our project web designer ...
0
votes
1answer
37 views
applying @font-face kits to joomla
I am having a bit of trouble with adding @font-face to joomla. I made the kits and added them to a .css file and had the template main page call it. In fact I know this communication is working ...
0
votes
2answers
52 views
Custom script font kerning and letter spacing with fontface
I'm having an issue with a script font called Thirsty Script Bold that I'm using on my site. The letter spacing appears to be correct for some letters, but not for others. I haven't even touched the ...
-2
votes
1answer
26 views
Who need license for paid webfont? [closed]
I'm about to finish a website, which uses the Chaparral Pro font. This font is not free and it is pretty expensive. I have my own desktop/web license for this font, but the site isn't mine. It is for ...
2
votes
1answer
21 views
Fixed Width Fonts - For user interface
I would like to create a web application, where people can post messages to each other.
However I want to specify how many charachers can they enter, because of the message which will be displayed on ...
0
votes
2answers
85 views
Google Fonts not showing Chrome and IE
I'm pulling in the google font code using their include. Their CSS looks like this:
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: ...
0
votes
2answers
26 views
developing web interface in illustrator; font aliasing
illustrator shows the font/text aliased compared to the way the browser interprets it
the difference is noticeable here
(in chrome:)
the bottom is illustrator, and as you can see, it's a bit bolder ...
0
votes
1answer
66 views
@font face not working on Android
I am using the following CSS for @font face. It works on my desktop and the IOS devices that I have tested. But it fails on Android:
@font-face {
font-family: 'ReformaGroteskMedium';
src: ...
0
votes
1answer
51 views
Compass compiles preceding slash on file path
My font-face mixin call is compiling a preceding slash in my css. I have a sprite image using similar pathing that is working:
Compass.configuration do |c|
c.images_path='app/static'
...
1
vote
0answers
56 views
font-face working on android phones but not tablets
I've been browsing stackoverflow and google and couldn't find a solution so far (even though I tried all those suggested).
I'm trying to embed a font on my website, and it works fine everywhere, ...
0
votes
2answers
65 views
font-face does not work locally
I have been using @font-face for a while now and have not had any issues when viewing my files online. But @font-face has never worked locally.
I don't understand why I cannot get @font-face to work ...
0
votes
1answer
49 views
Use Unicode font as @font-face
In my webpage css file, I used a "Bangla" (Bangladeshi) unicode font - "SolaimanLipi" as font-face;
I am sure the location is correct and font name is renamed as "sol.ttf". I linked the font like this ...
0
votes
0answers
18 views
Render VML elements in custom fonts - how to?
Does anyone have an idea how I can show the text (both VML and normal text) in this example in a custom font?
Example: http://product-designer.nl/ie8/test4.html
I know about @font-face, Cufon, etc.
...
0
votes
2answers
134 views
“CSS3111: @font-face encountered unknown error” from web server; works normally when browsed from local file system
I have this embedded font face in the CSS of a web page that I am developing:
@font-face {
font-family: 'myfont';
src: url('fonts/myfont.eot');
src: url('fonts/myfont.woff') ...
0
votes
0answers
38 views
How to display VML textpath in a custom font?
How can I display VML textpaths in a custom font? Is it possible to use Cufon or @font-face?
This is my source code:
<?xml:namespace prefix = "rvml" ns = "urn:schemas-microsoft-com:vml" />
...
4
votes
2answers
121 views
Does CSS letter-spacing not work with SVG fonts in Safari?
The title pretty much says it all. I'm generating font-face kits using font squirrel and I am having issues with letter spacing in Safari.
As webkit browsers render SVG fonts so much nicer than WOFF ...
0
votes
0answers
39 views
Commas in @font-face irritate Firefox
I wanted to use a font by using the following @font-face rule:
@font-face {
font-family: 'Web Symbols';
font-style: normal;
font-weight: 400;
src: local('Web Symbols'), local('WebSymbols'), ...
0
votes
1answer
60 views
@font-face: Icon fonts & Converting CSS character (Hex) Value
Background
I am working a lot at the moment with webfonts, and specifically icon fonts. I need to ascertain the which character a specific icon is for testing purposes, so I can simply type the ...
0
votes
4answers
52 views
Certain fonts not working with @font-face?
Here's what's frustrating here. I got a font pack for Sansation, and then tried to use it with @font-face. The regular version works and the "bold" version doesn't. I checked the filename and it's ...
0
votes
1answer
44 views
SASS and Compass with WP and Font-face
I am having trouble getting fonts to work on my sass website. I am new to sass and compass and everything is working except the fonts.
I generated the font-face files and put them in a folder ...
0
votes
1answer
52 views
Choppy .ttf fonts in Firefox
I recently started using the @font-face property in my project and it works wonderfully most of the time. However, I have noticed that some .ttf font files(downloaded from Fontsquirrel.com) look ...
0
votes
1answer
41 views
Using @font-face causes different characters to display in Safari
I've added a font face to my website using this code:
@font-face {
font-family: 'ChunkFive-Roman';
src: url('/css/font/ChunkFive-Roman.eot') format('eot'),
...




