Showing posts with label fonts. Show all posts
Showing posts with label fonts. Show all posts
Monday, October 26, 2015
Try Fira Sans, A Free Font Family Commissioned By Mozilla
In 2013, the Mozilla Foundation commissioned Erik Spiekermann, a famous typographer, to work on a free, open source font family called Fira Sans (initially called Feura Sans).
Recently, the typeface was updated to version 3.1, getting 12 different weights (bringing the weights number to 16), all accompanied by italic styles, a huge character map and extensive language supports. There's also a monospaced variant: Fira Mono which includes 2 weights (regular and bold).
Recently, the typeface was updated to version 3.1, getting 12 different weights (bringing the weights number to 16), all accompanied by italic styles, a huge character map and extensive language supports. There's also a monospaced variant: Fira Mono which includes 2 weights (regular and bold).
Fira Sans is already used in Firefox OS and it will be used in the Firefox Preferences and Add-ons Manager, among other places.
![]() |
Fira Mono (Regular) |
![]() |
Fira Sans (Regular) |
"Complimenting Erik Spiekermann for Fira Sans, his latest typeface, seems a little like telling the Iron Chef that he really knows how to cook. Yeah. Duh. We might even ask whether Fira has an unfair advantage over other fonts from 2013, because it’s built on the adamantium-plated skeleton of FF Meta, which Spiekermann has had 25+ years to polish (see also FF Meta Serif and FF Unit)".
Try Fira Sans
If you want to give Fira Sans / Fira Mono a try, you can download it from dev.carrois.com (available in OTF/WOFF/EOT/TTF formats).
The typeface is also available on GitHub but, at the time I'm writing this article, it's an older version than the one available on dev.carrois.com and it doesn't all the new weights available with version 3.1
To install the fonts in Ubuntu, download the font archive, extract it in your home folder, then run the following commands:
- to install the fonts system-wide:
sudo mkdir -p /usr/share/fonts/truetype/FiraSans
sudo mkdir -p /usr/share/fonts/opentype/FiraSans
sudo cp ~/Fira*/WEB/*.ttf /usr/share/fonts/truetype/FiraSans/
sudo cp ~/Fira*/OTF/Fira* /usr/share/fonts/opentype/FiraSans/
- to install Fira Sans / Fira Mono for your user only:
mkdir -p ~/.fonts/FiraSans
cp ~/Fira*/WEB/*.ttf ~/.fonts/FiraSans/
cp ~/Fira*/OTF/Fira* ~/.fonts/FiraSans/
Then, update the font cache:
sudo fc-cache -f -v
Arch Linux users can install Fira Sans / Mono via AUR: otf-fira-mono | otf-fira-sans | ttf-fira-sans
Also see: Easily Download And Install Google Web Fonts In Ubuntu With TypeCatcher
via donotlick.com
Sunday, October 25, 2015
Help Test New Font Manager Vala/GTK3 Alpha Version
Font Manager is a GTK+ font management application which allows previewing, enabling/disabling fonts and font collections, font installation and removal and more.
The application is not new and you'll find it in the Ubuntu (and Fedora, etc.) repositories but it hasn't been updated in about 4 years. Recently, the Font Manager developer started working on a new GTK3/Vala version and he needs you to test it and post feedback.
![]() |
Font Manager 0.7 alpha under GNOME Shell |
![]() |
Font Manager 0.7 alpha under Unity |
The initial Vala/GTK3 Font Manager version (0.7) is currently considered alpha quality and if you can test it and give feedback, it "would be incredibly useful to determine whether it can move to beta or even a release", as Jerry Casiano, the Font Manager developer, recently told me in an email. So if you want to post feedback, issues, suggestions or whatever regarding the current development (SVN) version, see THIS page.
The following features should work in the latest Font Manager alpha:
- migration of fonts and collections from the previous version;
- font previews;
- enabling / disabling fonts;
- creating / deleting / enabling / disabling font collections;
- font installation: by drag and drop or by using the file selector (drag and drop should allow installation of not only individual font files but also entire directories and archives. The file selector unfortunately will not allow selection of directories);
- font removal;
- font directory monitoring;
- adding / removing font folders.
Missing / planned features:
- help contents;
- font metadata viewer;
- character map details viewer;
- database search;
- FontConfig editor: session-wide settings, per font settings and aliases;
- exporting collections.
Install Font Manager alpha
The latest Font Manager 0.7 alpha is available in a daily builds PPA for Ubuntu 14.04 and 14.10 (it can't be built on older Ubuntu versions). To add the PPA and install Font Manager alpha, use the following commands:
sudo add-apt-repository ppa:font-manager/staging
sudo apt-get update
sudo apt-get install font-manager
Or, if you don't want to add the PPA, simply download the deb from HERE.
If you want to build the latest Font Manager alpha from source, see THIS page.
For feedback, issues, suggestions or whatever regarding the current development (SVN) version, see THIS page.
Subscribe to:
Posts (Atom)