changing the default font in jira Atlassian JIRA v6.0.8

peter vande weyer May 29, 2014

Hi

I have kind of a stupid question:

I am asked to change the default font of our Jira to Century gothic and I thought it would just be locating the site-css and changing that.

But in Jira V6.0.8 the styles seem to be done with LESS files that are loacted under JIRA\atlassian-jira\ui

But I can't figure out where in those files the deafault font is set, so I can't seem to find out where I need to do the change.

Can somebody point me into the right direction?

Or Am I missing something and going about this completly wrong?

Thank you in advance

Peter

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Mehmet Kazgan
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.
May 29, 2014

Hi Peter,

There are two ways to do this I think:

1. Easy way- a quick hack to add this in to your announcement banner:

<style>
body#jira p, ul, ol, dl, h1, h2, h3, h4, h5, h6, form.aui, table.aui, .aui-tabs, .aui-panel, .aui-group
{
    font-family: verdana;
}
</style>

2. Modifying the aui classes which is the hard way: (which I think you are trying to do)

Hope that helps,

Mhemet

0 votes
peter vande weyer June 2, 2014

Hi Mehmet,

Thank you, that was very helpfull

TAGS
AUG Leaders

Atlassian Community Events