0
<label style="font-family: 'gotham rounded'">this is label</label>

i am not able to use the 'gotham rounded font for my bootstrap template'. I am using ubuntu for the development May be it is not installed on my pc. I will be hosting the template so it has to be compatible on windows as well as on ubuntu.

can anybody help??

girish
  • 302
  • 1
  • 5
  • 17

2 Answers2

2

this is typically done by importing the font to your font-face

    @font-face{
    font-family: "Thonburi-Bold";
    src: url('Thonburi-Bold.ttf'),
    url('Thonburi-Bold.eot'); /* IE */
}

This is further explained here:How can I use custom fonts on a website? (possible duplicate?)

Community
  • 1
  • 1
1

Gotham Rounded is not installed on any Operating System. You have to buy the font-kit for this one.

http://www.typography.com/fonts/gotham-rounded/styles/

It is $179, so unless you work for a company and they're willing to buy this for the project, I would suggest using a similar free font.

Similar fonts at identifont.com

symlink
  • 11,984
  • 7
  • 29
  • 50