Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to edit .woff font files offered by Google Webfonts?

Is there any free or cheap editor for Windows, that would allow to edit files with .woff extension (I checked in css that the font file has woff extension). These are fonts offered by Google Webfonts and they are free to embed, modify etc. I'd like to only add diacritic accents to some letters for specific language and embed the font on a website.

like image 609
camcam Avatar asked May 13 '11 06:05

camcam


People also ask

How can I edit WOFF File?

Convert the 'woff' webfont to a regular font (e.g. TTF) using a service such as Online Font Converter. Then edit the converted file with your favorite font editing software.

What is WOFF format for fonts?

The WOFF format is a container for the table-based sfnt structure used in e.g. TrueType [ TrueType ], OpenType [ OpenType ] and Open Font Format [ OFF ] fonts, hereafter referred to as sfnt fonts. A WOFF file is simply a repackaged version of a sfnt font with optional compression of the font data tables.

Where can I find WOFF fonts?

Fonts in WOFF may be licensed from several commercial foundries, including FontShop (WebFont end user license), FontFont, Monotype/Linotype/ITC fonts from Fonts.com Webfonts and the Adobe Webfonts type library, as well as fonts from many other foundries, from TypeKit.


1 Answers

Convert the 'woff' webfont to a regular font (e.g. TTF) using a service such as Online Font Converter. Then edit the converted file with your favorite font editing software.

Specific 'woff' Editor:

http://www.high-logic.com/font-editor/fontcreator.html

Programming Tools:

http://www.freetype.org/

like image 62
Deeptechtons Avatar answered Oct 02 '22 05:10

Deeptechtons