The Big Spring Sale! Up to 50% off!

font

vtcdworkgroup
3 Posts
vtcdworkgroup posted this 12 October 2020
Ask a Question

If i upgrade to premium business, may i add custom font?

If i upgrade to premium business, may i add custom font?
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 12 October 2020

Hi,

Please note, Nicepage supports only Google fonts.
With a Personal license, you will be able to use Popular fonts:

Popular-fonts.png

The Business Edition (and higher Editions) includes Full design customization (900+ Google Fonts, Custom Font Sizes, Custom Color) so you will have access to the entire list of Google fonts.

And yes, you can connect a custom font manually adding custom code. But please note we don't support custom modifications.

We have already provided general instructions on how to add a custom font on our forum (https://nicepage.com/questions/62416/custom-fonts-instruction-and-example one of the topics). Just follow these steps:
1. Please add a font-face rule.Specify the path to the font. Add it in Site Settings >> CSS:

     @font-face {
        font-family: Hemi Head;
        src: url(fonts/hemihead.ttf);
       }

or in Site Settings >> HTML tab >> Additional HTML using style tag

Please use an absolute address (with the protocol).

2.Download the font to the specified address
3.To apply this font to the page elements you need to add custom CSS for each element (under Site Settings for the whole site or Page Settings for specific page), like:

   @font-face {
    font-family: Hemi Head;
    src: url(fonts/hemihead.ttf);
   }
   h3 {
    font-family: Hemi Head;
   }

This is my example of how should look custom code if you want to add custom font for one specific element (h3)

Also note, you need to configure in the Editor so that these do not have their own settings and use default ones, then your custom code will work.

...................................................
Sincerely,
Susanna I.
Nicepage Support Team

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

Hi, Please note, Nicepage supports *only* Google fonts. With a Personal license, you will be able to use Popular fonts: !Popular-fonts.png! The Business Edition (and higher Editions) includes *Full design customization (900+ Google Fonts, Custom Font Sizes, Custom Color)* so you will have access to the entire list of Google fonts. And yes, you can connect a custom font manually adding custom code. But please note we don't support custom modifications. We have already provided general instructions on how to add a custom font on our forum (https://nicepage.com/questions/62416/custom-fonts-instruction-and-example one of the topics). Just follow these steps: 1. Please add a font-face rule.Specify the path to the font. Add it in Site Settings >> CSS: @font-face { font-family: Hemi Head; src: url(fonts/hemihead.ttf); } or in Site Settings >> HTML tab >> Additional HTML using *style* tag Please use an absolute address (with the protocol). 2.Download the font to the specified address 3.To apply this font to the page elements you need to add custom CSS for each element (under Site Settings for the whole site or Page Settings for specific page), like: @font-face { font-family: Hemi Head; src: url(fonts/hemihead.ttf); } h3 { font-family: Hemi Head; } This is my example of how should look custom code if you want to add custom font for one specific element (h3) Also note, you need to configure in the Editor so that these do not have their own settings and use default ones, then your custom code will work. ................................................... Sincerely, Susanna I. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mrseantsoi
1 Posts
mrseantsoi posted this 12 October 2020

I have the same concern as well.... If I subscribe to your one-off business plan, can I add customer fonts on Nicepage and use the fonts for the website with ease?

I have the same concern as well.... If I subscribe to your one-off business plan, can I add customer fonts on Nicepage and use the fonts for the website with ease?
vtcdworkgroup
3 Posts
vtcdworkgroup posted this 12 October 2020

Or May I add new font by inserting a CSS code

Or May I add new font by inserting a CSS code
vtcdworkgroup
3 Posts
vtcdworkgroup posted this 12 October 2020

Or will you have "Vectora" font if I upgraded to Premium business

Or will you have "Vectora" font if I upgraded to Premium business
You must log in or register to leave comments