1

I am working from this wireframe: http://www.problemio.com/wireframe.pdf and I am supposed to make a gisha regular font, and I am googling for it, and it doesn't seem to be one of the standard fonts.

I tried doing something like this in css:

body 
{
    font-family: "Gisha-regular, Century Gothic,Helvetica,Arial,sans-serif";
    margin: 0;
    padding: 0;
    font-size: 1em;
    background-color : white;
}

But it just gives me one of the other default fonts.

Any idea how I can get the gisha-regular to appear?

Thanks!

Genadinik
  • 18,153
  • 63
  • 185
  • 284
  • It's likely that there is no online licence for this font. Your designer should know better! – Diodeus - James MacFarlane Oct 04 '11 at 20:29
  • @Diodeus is there a font which looks close to this one? My designer is a bit green :) – Genadinik Oct 04 '11 at 20:31
  • Just a note that your font names shouldn't all be wrapped in a single set of quotes, but regardless, that font won't work out the box. Related: http://stackoverflow.com/questions/7638775/do-i-need-to-wrap-quotes-around-font-family-names-in-css – Doozer Blake Oct 04 '11 at 20:40

1 Answers1

1

Its not a standard font.

You have to make it a webfont, if so licensed.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445