Welcome!

And don't forget to edit your signature & profile.

 

Icon

Statistics

  • Total posts 23318
  • Total topics 4048
  • Total members 5574
  • Our newest member
    ALF5583

TOP POSTERS

Standards using non web safe fonts?

A place for those who love typography or have typography-related questions. Discussion includes font management, type design and type treatment.
   

Re: Standards using non web safe fonts?

Postby Andy » Tue Oct 06, 2009 1:34 pm

Jova wrote:Can I get some help on installing ttf2eot in Vista? :(


There's no installation involved. It's a command-line application.

Here's a batch script for you so you can just drag and drop TTF files to create EOT files.
Create a .bat file and put the following in it:

Code: Select all
@echo off
if [%1]==[] goto :eof
:loop
"%~dp0ttf2eot.exe" %1 "%~dpn1.eot"
shift
if not [%1]==[] goto loop
pause


Then just drop the TTF on the .bat file. Good luck!
Andy
Smashing <h5>
 
Posts: 1023
Joined: Tue Sep 30, 2008 6:42 pm
Location: Sweden
   

   
always wondered how this was done... thanks!
User avatar
louelladeguzman
Smashing <table>
 
Posts: 32
Joined: Tue Feb 24, 2009 10:56 pm
   

Previous

Return to Typography



Who is online

Users browsing this forum: No registered users and 1 guest

cron