i want to use ubuntu font on my drupal site.
i think there is not ubuntu font on everybody's computer(arial, times new roman... are). because few people use linux, and windows doesn't contain ubuntu font.
i dont want to use any module.
should i download ubuntu font from a font website?
how to add my theme this font without any module?

Comments

whitingx’s picture

This page;

http://font.ubuntu.com/web/

Should give you all the information you need.

You can now use the Ubuntu Font Family as a webfont via the CSS @font-face mechanism ...

Hope this helps.

yelvington’s picture

Without module (references in your template) http://font.ubuntu.com/web/

With module http://drupal.org/project/google_fonts

Pratheep’s picture

Google webfonts has the Ubuntu font. Just add <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'> to the template head and your done. You can use Ubuntu in your css. Check here http://www.google.com/webfonts for more info.

qwermans’s picture

i tried and made.
thanks