AutoHotkey Community

It is currently May 27th, 2012, 9:04 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: October 28th, 2011, 5:19 pm 
Offline

Joined: August 21st, 2006, 7:07 pm
Posts: 2925
Location: The Shell
Display unsupported TTF in IE by converting to EOT WF with WEFT.

I got IE to display with this declaration stored in IE.css:
Code:
@font-face {
   font-family: **font class**;
   src: url('font/**font name**.eot');
}

; eg element
body {
   font-family: **font class**, Arial, Helvetica, sans-serif;
}
To load this separate css, I added a condition to HTML head
Code:
<!--[if IE]>
   <style type="text/css" media="screen">@import "IE.css";</style>
<![endif]-->


Quote:
Be warned, WEFT is awful to use, in every way. It did not work for me running Parallels with XP Pro on a Mac. 7th Nov: After more experiments, Weft will accept TrueType (.ttf) files in Parallels....Because it is so painful, I cannot give support for WEFT. You can try the Microsoft WEFT user community, but I can’t comment as to its usefulness, and I could not find any other support avenues.
:lol:

Also, I've only been able to get this to work locally.
Cant seem to get it to work run from a server app.
It seems that 'local IE' supports ttf :roll:

_________________
Imageparadigm.shift:=(•_•)┌П┐RTFM||^.*∞


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group