How to use my own true type fonts

jack.from.canada
116 Posts
jack.from.canada posted this 05 November 2018
Wishlist

I've seen other questions about adding fonts to what's already available. The exact font I need is a freeware true type font called "Gang of Three". I have this font installed on my PC, but I see no way to include fonts from my computer into the project.

You answered another person's question by saying custom CSS could be added to describe the font-face. I'm still not sure how this would help, since somehow, the font itself would need to be loaded and defined within the project.

Could you please provide the ability to upload user-specified fonts, in a way similar to how you add user-defined images.

Thank you.

I've seen other questions about adding fonts to what's already available. The exact font I need is a freeware true type font called "Gang of Three". I have this font installed on my PC, but I see no way to include fonts from my computer into the project. You answered another person's question by saying custom CSS could be added to describe the font-face. I'm still not sure how this would help, since somehow, the font itself would need to be loaded and defined within the project. Could you please provide the ability to upload user-specified fonts, in a way similar to how you add user-defined images. Thank you.
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 06 November 2018

Hi Jack,

We added your request to our wish list.

You answered another person's question by saying custom CSS could be added to describe the font-face. I'm still not sure how this would help, since somehow, the font itself would need to be loaded and defined within the project.

There is a css @font-face rule used to register a custom font in the stylesheet file. This rule contains a path to the font file. You can use an absolute path. But in addition to this rule, you will need to specify your custom font as a font-family for the desired elements. For this, you need basic css skills at least.
...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Jack, We added your request to our wish list. > You answered another person's question by saying custom CSS could be added to describe the font-face. I'm still not sure how this would help, since somehow, the font itself would need to be loaded and defined within the project. There is a css @font-face rule used to register a custom font in the stylesheet file. This rule contains a path to the font file. You can use an absolute path. But in addition to this rule, you will need to specify your custom font as a font-family for the desired elements. For this, you need basic css skills at least. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
jack.from.canada
116 Posts
jack.from.canada posted this 06 November 2018

Do you have documentation available that will show me the steps? I recall seeing #tags that began with css- somewhere while working on a project, but I don't remember where (and in what context). Since your project file and .zip file supposedly contain everything that gets uploaded, is there some configuration option (like the OPTIONS dialog when exporting in Artisteer) that will allow me to add customized CSS?

Do you have documentation available that will show me the steps? I recall seeing #tags that began with css- somewhere while working on a project, but I don't remember where (and in what context). Since your project file and .zip file supposedly contain everything that gets uploaded, is there some configuration option (like the OPTIONS dialog when exporting in Artisteer) that will allow me to add customized CSS?
Support Team
Support Team posted this 07 November 2018

Hi Jack,

You can read this instruction to get the concept:
https://css-tricks.com/snippets/css/using-font-face/

All the additional CSS code to be exported with the theme can be added under the Website Settings >> HTML >> Additional CSS input box.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Jack, You can read this instruction to get the concept: https://css-tricks.com/snippets/css/using-font-face/ All the additional CSS code to be exported with the theme can be added under the Website Settings >> HTML >> Additional CSS input box. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments