This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Using Fonts

lasheimok wrote on 2010-11-01:
Hi all,

I tried to use the 'Lucida Grande' font, but the converted pdf always uses the Arimo font.

Specifiying a font by
@font-face {
font-family: "Lucida Grande";
src: url(http://path/to/LucidaSansUnicode.ttf) format("truetype");
}
also doesn't seem to work.

Is there a list which fonts are supported by default, and can additional fonts be used by using @font-face? If so, how?

Thanx in advance. :)


Regards,
Lasheimok
support wrote on 2010-11-01:
Lasheimok,

Lucida Grande is not installed in our system since it is a commercial font. If you find a free alternative font just let us know and we will add it.

The @font-face selector is supposed to work but there are some glitches. Could you post (or send to info@pdfcrowd.com) a minimal working example that reproduces your problem? Thanks.

Here is a list of available fonts:
aakar
Aksharyogini
Andale Mono
Ani
AnjaliOldLipi
Arial
Arial Black
Arian AMU
Arimo
AR PL KaitiM Big5
AR PL KaitiM GB
AR PL Mingti2L Big5
AR PL SungtiL GB
AR PL UKai CN
AR PL UKai HK
AR PL UKai TW
AR PL UKai TW MBE
AR PL UMing CN
AR PL UMing HK
AR PL UMing TW
AR PL UMing TW MBE
Arundina Sans
Arundina Sans Mono
Arundina Serif
BPG Classic
BPG Classic Medium
BPG Classic School
BPG SanSer
Chandas
Comic Sans MS
Courier New
Cousine
Dyuthi
gargi
Garuda
Georgia
Impact
Jamrul
Jomolhari
Kalimati
Kalyani
Kedage
Kinnari
Kochi Gothic
Kochi Mincho
Likhan
Lohit Bengali
Lohit Gujarati
Lohit Hindi
Lohit Kannada
Lohit Oriya
Lohit Punjabi
Lohit Tamil
Lohit Telugu
Loma
Mallige
Meera
mikachan
mikachan\-PB
mikachan\-P
mikachan\-PS
Mitra Mono
Mona
Mukti Narrow
Nakula
Norasi
ori1Uni
padmaa\-Bold.1.1
padmaa
Pothana2000
Purisa
Rachana
RaghuMalayalam
Rekha
Saab
Sahadeva
Samanata
Samyak Devanagari
Samyak Gujarati
Samyak Oriya
Sarai
Sawasdee
Sazanami Gothic
Sazanami Mincho
suruma
Tibetan Machine Uni
Times New Roman
Tinos
TlwgMono
TlwgTypewriter
Tlwg Typist
Tlwg Typo
Trebuchet MS
Umpush
UnBatang
UnBom
UnDotum
UnGraphic
UnGungseo
UnJamoBatang
UnJamoDotum
UnJamoNovel
UnJamoSora
UnPen
UnPenheulim
UnPilgi
UnShinmun
UnTaza
UnYetgul
Vemana2000
Verdana
Waree
Webdings
WenQuanYi Zen Hei
lasheimok wrote on 2010-11-03:
Thank you so much for your response, that solved the problem. :)

Using @font-face works, I just messed up the font names. That code (from pm response) works:

@font-face {
font-family: "Lucida Sans Unicode";
src: url("/path/to/LucidaSansUnicode.ttf") format("truetype");
}
body {
font-family: 'Lucida Sans Unicode',Verdana;
}

Also thank you for posting the list of supported fonts, that makes it easier to tell which designs will work.


Regards,
Lasheimok
raulco wrote on 2011-06-19:
I would know if you can add the free font Cardo by David J. Perry; one of the few fonts with a complete support for ancient Greek, widely used from classicists, and available also at Google Fonts (support for the WOFF format will also be a useful improvement).
My best wishes,

Raul
support wrote on 2011-06-20:
We have added Cardo.

Regarding the WOFF format, it is in our dev queue and will be hopefully available soon.
support wrote on 2011-07-02:
The WOFF format is supported now.