Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
body.font-corbel {
font-family: Corbel;
letter-spacing: -.005em;
}
body.font-calibri {
font-family: Calibri;
}
body.font-lucida-grande {
font-family: 'Lucida Grande';
font-size: .9em;
}
body.font-trebuchet {
font-family: 'Trebuchet MS';
}
body.font-lucida-sans {
font-family: 'Lucida Sans';
letter-spacing: -.025em;
word-spacing: -.1em;
}
body.font-tahoma {
font-family: Tahoma;
}
body.font-helvetica {
font-family: Helvetica;
font-size: 1.1em;
}
body.font-verdana {
font-family: Verdana;
font-size: .95em;
letter-spacing: -.01em;
word-spacing: -.1em;
}
body.font-none {
font-family: sans-serif;
}
/* ... modifying the H1 heading */
#head h1 {
line-height: 48px;
font-size: 166%;
/* etc. */
}
body.font-tahoma #head h1 {
font-size: 150%;
}
body.font-verdana #head h1 {
font-size: 140%;
}html {
font: 85%/100% Corbel, Calibri, 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans', Tahoma, Helvetica, Verdana, Arial, sans-serif;
margin: 0;
padding: 0
}
body {
font-size: 1em;
/* etc. */
}you could alternately implementFaceliftinto your site
1 to 5 of 5