ADD your Favourite Font for wall posts

RANJITH AV Posted in Theme Development 6 years ago

add your font in default css like below it will change your post fonts

ex-
@font-face {
font-family: 'YourFontName'; /a name to be used later/
src: url('http://domain.com/fonts/font.ttf'); /URL to font/
}

p {
font-family: 'YourFontName';
}

Replies
German Michael Zülsdorff Replied 6 years ago

Thanks for the suggestion, Ranjith.

But please remember not to change any core files, as your changes will be lost with every new Ossn upate and you would have to remember and apply them again and again.

It's a lot more convenient to keep them separate in a little component like https://www.opensource-socialnetwork.org/component/view/167/hello-world