This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
privacytools.io/font
Dawid Potocki f4335e86dd
Replace Tor image button with proper font icon (#1470)
2019-11-06 23:04:34 +00:00
..
svg Replace Tor image button with proper font icon (#1470) 2019-11-06 23:04:34 +00:00
Gemfile Add our new custom icon font and fix platform links (#1284) 2019-09-11 02:34:41 +00:00
Gemfile.lock Add our new custom icon font and fix platform links (#1284) 2019-09-11 02:34:41 +00:00
LICENSE Add our new custom icon font and fix platform links (#1284) 2019-09-11 02:34:41 +00:00
Makefile Add our new custom icon font and fix platform links (#1284) 2019-09-11 02:34:41 +00:00
README.md Add I2P button to cardv2 (#1469) 2019-11-06 07:03:29 +00:00
fontcustom.yml Add our new custom icon font and fix platform links (#1284) 2019-09-11 02:34:41 +00:00

README.md

ptio-font

This font contains icons we need, which Font Awesome does not have.

Name CSS class Issue
F-Droid ptio-f-droid https://github.com/FortAwesome/Font-Awesome/issues/15492
iOS ptio-ios https://github.com/FortAwesome/Font-Awesome/issues/4935
macOS ptio-macos https://github.com/FortAwesome/Font-Awesome/issues/4936
OpenBSD ptio-openbsd https://github.com/FortAwesome/Font-Awesome/issues/5345
NetBSD ptio-netbsd https://github.com/FortAwesome/Font-Awesome/issues/15496
Sailfish OS ptio-sailfish-os https://github.com/FortAwesome/Font-Awesome/issues/15498
I2P ptio-i2p-garlic https://github.com/FortAwesome/Font-Awesome/issues/15772

We also have custom Linux icon (ptio-linux), because I (@dawidpotocki) made it before and looks cleaner. And since we are bundling additional font anyway, why not.

Building

To build the font, you will need some of the following tools installed.

Name Notes
make Use distro's package manager
ruby Use distro's package manager
bundler Run gem install bundler
woff-tools Use distro's package manager
or
yarn or npm Use distro's package manager
sfnt2woff Run yarn global add sfnt2woff or npm install -g sfnt2woff

Then just run the following commands to build the font:

$ cd font/
$ bundle   # it will install FontCustom
$ make build   # it will build a font and css