86

Is there an application to simply preview a font from a TTF file without installing it?

Ivan
  • 17,708

7 Answers7

109

I use character maps heavily and decides to make one which you access from anywhere using a web interface and requires no installation. Works best on Chrome.

Features

  • Select your own font file
  • Provides font and character information
  • Character copy-able
  • Supports TTF/OTF
  • Supports Icon fonts
  • Simple interface
  • No installation necessary
  • No server upload necessary

Screenshot

enter image description here

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
38

gnome-font-viewer (part of GNOME of course) can do this (this is the default association for fonts under GNOME); indeed, it comes with a button to install the font, which obviously wouldn't make sense if the font needed to be installed already.

fontmatrix lets you organize groups of fonts to be installed or uninstalled, and you can preview them and see their features, whether installed or not.

Most font editors, like fontforge, certainly don't require the fonts to be installed to open them up and look at them...

There are others, I'm sure.

dariox
  • 136
frabjous
  • 8,691
30
display OpenSans-CondBold.ttf

what <code>display</code> displays when opening a font file

display is part of imagemagick, so you will need it to be installed.

Answer possible thanks to this forum post.

This problem has been bugging me for years, because it is only every few months that I want to preview a font and I never remembered which software solved it last time, so I made a video version of this answer to make it easier to find in the future.

qubodup
  • 2,386
14

Font Manager is very handy for previewing and comparing fonts. It allows you to install TTF files, even if zipped, and will preview them pretty quickly. It does install them in your ~/.fonts directory, but it's pretty easy to remove them.

Font Manager

anarcat
  • 1,323
Adam Byrtek
  • 1,339
5

GNOME Characters

Characters is a simple utility application to find and insert unusual characters.

Requires font installation but displays emojis for me where gnome-font-viewer fails. Install through snap or compile.

sudo snap install gnome-characters

enter image description here

qwr
  • 709
4

Glyphr Studio Online is an online, free, web based font designer. As character maps, you can view the font, but also edit.

Glyphr Studio Online

juanmah
  • 181
0

fontpreview with command line interface:

fp /tmp/noto.ttf

This command also other functionality, like color, size and position:

fp /tmp/noto.ttf -b 'green' -f 'blue' -p 'lcenter' -z 50