├── LICENSE.txt ├── README.md ├── glyphs ├── Writer Italic.glyphs └── Writer Roman.glyphs ├── screenshot.png ├── stylistic sets.png └── ttf ├── Writer-Bold.ttf ├── Writer-BoldItalic.ttf ├── Writer-Italic.ttf ├── Writer-Medium.ttf ├── Writer-MediumItalic.ttf ├── Writer-Regular.ttf ├── Writer-SemiBold.ttf └── Writer-SemiBoldItalic.ttf /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/README.md -------------------------------------------------------------------------------- /glyphs/Writer Italic.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/glyphs/Writer Italic.glyphs -------------------------------------------------------------------------------- /glyphs/Writer Roman.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/glyphs/Writer Roman.glyphs -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/screenshot.png -------------------------------------------------------------------------------- /stylistic sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/stylistic sets.png -------------------------------------------------------------------------------- /ttf/Writer-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-Bold.ttf -------------------------------------------------------------------------------- /ttf/Writer-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-BoldItalic.ttf -------------------------------------------------------------------------------- /ttf/Writer-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-Italic.ttf -------------------------------------------------------------------------------- /ttf/Writer-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-Medium.ttf -------------------------------------------------------------------------------- /ttf/Writer-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-MediumItalic.ttf -------------------------------------------------------------------------------- /ttf/Writer-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-Regular.ttf -------------------------------------------------------------------------------- /ttf/Writer-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-SemiBold.ttf -------------------------------------------------------------------------------- /ttf/Writer-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/font-writer/HEAD/ttf/Writer-SemiBoldItalic.ttf --------------------------------------------------------------------------------