Adding custom font in Author view
Posted: Mon Jan 23, 2012 8:21 pm
Hi,
Today I come with a little issue
I would like to use a custom font in the Author view.
I tried the CSS :
@font-face {
font-family: my_font;
src: url('fonts/my_custom_font.ttf');
}
And then I call the CSS property "font-family"... but nothing Happen.
Is that possible to import such a font ?
Is there any special way to proceed ?
Thank you,
Vincent.
Today I come with a little issue

I would like to use a custom font in the Author view.
I tried the CSS :
@font-face {
font-family: my_font;
src: url('fonts/my_custom_font.ttf');
}
And then I call the CSS property "font-family"... but nothing Happen.
Is that possible to import such a font ?
Is there any special way to proceed ?
Thank you,
Vincent.