Before you ask please READ THIS

how I can change the font family? CSS

edited September 2012 in Airlock Posts: 4
hello, I wanted to know how I can change the font family, the basic css you set font-family: Calibri, Arial, Tahoma, if I want to change which line I need to change?

Thank's

Comments

  • AirAir
    Posts: 10,970
    Hello.

    in airlock/common/css/style-{light|dark}.css edit line~5

    html{
    background: #f6f6f6 url(../gfx/light/bg.png) 0 0 repeat-x;
    font-size: 13px;
    color: #a1a1a1;
    min-height: 100%;
    font-family: Calibri, Arial, Tahoma;
    }
    With regards.
  • Can I use the font face to use fonts other than those of the system?
  • AirAir
    Posts: 10,970
    You can, but will it be visible in your visitor depends if he also have same font. If you want have good looking fonts, visible to every user check http://www.google.com/webfonts

    With regards.
  • thank you very much ;)
    i find the plugin and is great !!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!