camcam
camcam

Reputation: 2625

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.

Upvotes: 32

Views: 74038

Answers (2)

KyleMit
KyleMit

Reputation: 29839

There's a free, cross-platform tool called FontForge, which can be used to create, edit, and view a wide array of font types.

Homepage: http://fontforge.org/
Github: https://github.com/fontforge/fontforge/

Here are some screenshots of it in action:

WOFF

enter image description here

WOFF2 (added in 2018)

Woff2 Character Map

Editing Characters

Editing Characters

Upvotes: 20

Deeptechtons
Deeptechtons

Reputation: 11125

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/

Upvotes: 32

Related Questions