By qwermans on
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
This
This page;
http://font.ubuntu.com/web/
Should give you all the information you need.
Hope this helps.
webfonts
Without module (references in your template) http://font.ubuntu.com/web/
With module http://drupal.org/project/google_fonts
Google webfonts has the
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.i tried and made. thanks
i tried and made.
thanks