Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Change font family from the Header

serc January 27, 2019

Hi guys,

can anyone tell me how i can change the font to Arial? I try it with 

@bottom-right
{
content: counter(page) " / " counter(pages);
font-family: Arial;
font-size: 9pt;
}

and

<p style="font-family:Arial; font-size: 9pt; line-height:0cm">

but it doesnt work.

1 answer

1 accepted

0 votes
Answer accepted
Sireesha Dugginapeddi [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 29, 2019

Hi @serc,

Replace 'Arial' with 'Arial, Helvetica, sans-serif' (combination of family name and generic family).

Re-try with the following:

@bottom-right
{
content: counter(page) " / " counter(pages);
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

Hope it works!

Thanks

Sireesha

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events