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
Community moderators have prevented the ability to post new answers.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.