Skip to content

Instantly share code, notes, and snippets.

@codeman38
codeman38 / roboto_name_fix.py
Created June 26, 2014 14:54
Fix Windows compatible naming in Roboto font weights
#!/usr/bin/env python2.7
"""Update the 'name' table in the extra Roboto weights to be
more compatible with Windows' font chooser."""
__author__="codeman38"
import argparse
import glob
import os
from fontTools import ttLib