How do I upload other types of content like fonts to use in CSS?

Pete
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 18, 2017
 

1 answer

0 votes
Nick Muldoon
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.
March 19, 2017

Hi Pete,

Thanks for the question. 

It is not possible to upload other fonts today. Is the font you wish to use available on Google Fonts or Typekit? If so you can include from there without any cross-site issues.

Thanks Pete.

Regards,
Nick Muldoon
Product Manager, Easy Agile 

Allan Guhl
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2018

Hello Nicholas,

I'm at a loss as to how to include other fonts from Google Fonts for example.

I doesn't seem to be possible to use the src CSS descriptor in the Custom CSS. My current syntax is like so:

.html {
  font-family: "Montserrat";
  src: url('https://fonts.googleapis.com/css?family=Montserrat');
}

 

Am I missing something?

Nick Muldoon
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.
June 19, 2018

Hi @Allan Guhl,

Try using the following:

@import 'https://fonts.googleapis.com/css?family=Montserrat';

Then:

.html {
  font-family: "Montserrat";

}

 

If that doesn't work please reach out to the GLiNTECH Support Team.

Thanks Allan, have a great day.

Regards,
Nick Muldoon
Product Manager, Easy Agile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events