XF 1.5 How do I add new web font

Betclever

Well-known member
Hello all,

I would like to change my web font to "Abel" instead "Arial" but I don't know where do I change this?
Do I have to install something else?
I'm using a few plugins so I would like to have the same web font everywhere.

Thanks for your help.
 
You need to add this line to template page_container_js_head
Code:
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
 
Top Bottom