Showing posts with label fonts. Show all posts
Showing posts with label fonts. Show all posts

Thursday, September 14, 2017

Ubuntu 14 Desktop Install Fira Sans And Fira Mono Fonts

Ubuntu 14 Desktop Install Fira Sans And Fira Mono Fonts


Mozilla has created its own font family, Fira Sans and Fira Mono. Something that makes the mono font fairly useful/unique is that it appears to have a lot of vertical spacing. This means it could be a "workaround" for the fact that you cannot set line spacing in gnome terminal.

Install

Run the command below and it will do everything for you.

wget -O - http://pastebin.com/raw.php?i=f89cQkcV | tr -d | sudo bash

References

  • WebUpd8 - Try Fira Sans, A Free Font Family Commissioned By Mozilla

download file now

Read more »

Sunday, September 10, 2017

Ubuntu Fonts

Ubuntu Fonts


Looking for cool fonts for violin labels (the paper tag inside the f-hole of the instrument).

I used the free font Adorable from abstractfonts.com.

Fonts in Ubuntu are much more straightforward than I expected:

  • The config file (dont need to touch) is at /etc/fonts/fonts.conf
  • The system-installed and packaged fonts (dont need to touch) are at /usr/share/fonts/
  • Personal fonts are at /.fonts (inside the home directory in a hidden file).
  • To install new TrueType fonts, save them to the /.fonts folder. To remove them, drag them to the trash. No sudo needed.
  • Restart any program to see the new font.


download file now

Read more »

Wednesday, August 30, 2017

Ubuntu and Fonts

Ubuntu and Fonts


In this short tutorial i discuss some handy fonts related tips that could improve users desktop experience . The tips include installing Microsoft True type fonts enabling one to render documents and web pages created in Microsoft Windows properly in Ubuntu Linux, Installing a set of cool looking fonts released by RedHat - Liberation fonts package , making fonts look good on your LCD Display by turning on subpixel smoothing , installing some cool and free fonts on your Ubuntu Desktop and finally how to install any font if you have its ttf file .

1. Installing Liberation Fonts

RedHat sometimes back released a collection of really cool fonts as part of Liberation fonts package . This opensource font set includes a Sans, Serif and Mono set .

Here is how the liberation fonts look :

To install this font issue the following commands in the terminal window (Applications -> Accessories -> Terminal)

echo "deb http://ppa.launchpad.net/corenominal/ubuntu gutsy main" | sudo tee -a /etc/apt/sources.list
and

echo "deb-src http://ppa.launchpad.net/corenominal/ubuntu gutsy main" | sudo tee -a /etc/apt/sources.list

and

sudo apt-get update

after completing above step issue the following command to install the font :

sudo apt-get install ttf-liberation

Liberation font package should be installed properly .

2. installing Microsoft fonts package

Even if you hate Microsoft Windows still majority of desktop computers around the world run some or other variant of Windows . Now sharing documents , web pages across Linux and Windows is bit difficult as document created in Windows do not render properly/or look as they did in Windows because the fonts which were present in windows are not available in Linux . Now even though Microsoft has released these fonts freely but still because of licensing issue most of the Linux distributions do not ship these fonts by default and you have to install them separately.

Here below we discuss how to install the following Microsoft fonts on your Ubuntu Desktop :

  • Andale Mono
  • Arial Black
  • Arial (Bold, Italic, Bold Italic)
  • Comic Sans MS (Bold)
  • Courier New (Bold, Italic, Bold Italic)
  • Georgia (Bold, Italic, Bold Italic)
  • Impact
  • Times New Roman (Bold, Italic, Bold Italic)
  • Trebuchet (Bold, Italic, Bold Italic)
  • Verdana (Bold, Italic, Bold Italic)
  • Webdings
To install these fonts issue the following command in the terminal window (Applications -> Accessories -> Terminal ) { Assuming you have your repositories in order }

sudo apt-get install msttcorefonts
After issuing the above command , apt-get will download few files and then you will be greeted with the following screen :

After clicking the Ok button , you will find the following screen showing the fonts are being downloaded .
After this process is over issue the following command in the terminal window :

sudo fc-cache
if the above steps worked without any problem the font should be installed properly on your system .

3. Improving clarity of fonts on LCD/Laptop Displays

Ubuntu does not enable Subpixel smoothing by default which improves the clarity of fonts on LCD displays . To enable it go to (System -> Preference -> Appearance ) and click on the Fonts tab

You will find a window like the one shown below , chose "Subpixel smoothing(LCD)" and close the window you should be able to see the change immediately .
Dialog Box With Subpixel smoothing Enabled

Same Dialog Boxes one with Subpixel smoothing enabled and one with Best shapes enabled


4. Installing some cool fonts

A number of good looking fonts are provided as GPL package , these fonts created by Dustin Norlander (http://dustismo.com) are available in repositories too .

Here is the package information abt this font :

This package contains various fonts from dustismo.com licensed under the GPL.

Dustismo and Dustismo Roman are general purpose Sans Serif and Roman TrueType
fonts (with bold, italic and bold-italic variations), and contain all the
European Latin characters.

The other fonts are beautiful for special decorations and headlines, but they
are limited to subsets of ASCII...

and this is how the font looks:

To install these font issue the following command in the terminal window :

sudo apt-get install ttf-dustin
George Williams Font :

These fonts are provided by a independent font developer named George Williams and are available in Ubuntu Repositories .
This how George Williams Font look

To install these fonts issue the following command in the terminal window :

sudo apt-get install ttf-georgewilliams
A couple of Handwriting fonts

To install this font issue the following command in the terminal window :

sudo apt-get install ttf-sjfonts

5.Installing any custom ttf font in Ubuntu

[ Not the following steps would add the font system-wide ]

Suppose you have myfnt1.ttf and myfnt2.ttf and you want to install this font for all the users . You can do so by following these steps :

First we create a directory where our custom fonts would rest :

sudo mkdir /usr/share/fonts/truetype/mfnt

Now we copy these fonts in this custom directory :

sudo cp myfnt1.ttf myfnt2.ttf /usr/share/fonts/truetype/mfnt

and finally we update the fonts with the following command :

sudo fc-cache -f -v
if you want more fonts you might like to look at this page it lists a number of freely available fonts which you could install by following the above procedure .

Article written by Ambuj Varshney , blogambuj(at)gmail.com
For Linux on Desktop Blog ,(C) 2008 Ambuj Varshney


download file now

Read more »

Tuesday, August 1, 2017

Ubuntu Mint Installare i fonts Microsoft in caso di problemi con linstaller

Ubuntu Mint Installare i fonts Microsoft in caso di problemi con linstaller


In questi giorni ho notato alcuni problemi nellinstallare i Fonts Microsoft su Ubuntu 16.04, Mint 18 e derivate varie tramite il meta pacchetto ttf-mscorefonts-installer presente nei repository di Ubuntu.
In pratica il meta pacchetto tenta di scaricare e installare i fonts ma non ci riesce.  
Questo perch� linstaller presente nei repository di Ubuntu tenta di scaricare i pacchetti dallindirizzo http://downloads.sourceforge.net/corefonts/ anzich� dallindirizzo completo che � http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/

Ci sono diversi modi per poter risolvere il problema, ma il pi� semplice � quello di utilizzare un pacchetto DEB pi� recente prelevato dai repository di Debian che punta al percorso giusto.
Come prima cosa assicuriamoci di aver installato cabextract, in caso contrario da terminale diamo

sudo apt install cabextract

Ora passiamo al download del pacchetto aggiornato. Da terminale diamo

wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb

e successivamente installiamo il tutto dando

sudo dpkg -i ttf-mscorefonts-installer_3.6_all.deb

Semplice ed immediato. 

Via Launchpad

download file now

Read more »