There is a way to import font from URL?

weblinker
21 Posts
weblinker posted this 13 March 2020
Ask a Question

Hello,
I'd like to add google font (in my specific case Japanese language) to my page, every time I have to export html file and write inside the code (css and html import). Each time I do that it takes some times, so I ask if there is a easy wat to import in Nicepage Font from a URL.

In my case I do this:

head of HTML file:

<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap" rel="stylesheet">

css (revwrite font class of the text):

font-family: 'Noto Sans JP', sans-serif;

Thank you
W.

Hello, I'd like to add google font (in my specific case Japanese language) to my page, every time I have to export html file and write inside the code (css and html import). Each time I do that it takes some times, so I ask if there is a easy wat to import in Nicepage Font from a URL. In my case I do this: head of HTML file: <link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap" rel="stylesheet"> css (revwrite font class of the text): font-family: 'Noto Sans JP', sans-serif; Thank you W.
Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
fisher_warren2
19 Posts
fisher_warren2 posted this 13 March 2020

I create fonts and would hope, Nicepage can allow importing and use of other fonts other then Googles' set.

I create fonts and would hope, Nicepage can allow importing and use of other fonts other then Googles' set.
Support Team posted this 13 March 2020

Walter,

We are working on that. Try to link the font using CSS adding it to the Additional CSS in the Site Settings.

https://css-tricks.com/snippets/css/using-font-face/

Thank you!

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

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

Walter, We are working on that. Try to link the font using CSS adding it to the Additional CSS in the Site Settings. https://css-tricks.com/snippets/css/using-font-face/ Thank you! ................................................... Sincerely, Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
weblinker
21 Posts
weblinker posted this 13 March 2020

Walter,

We are working on that. Try to link the font using CSS adding it to the Additional CSS in the Site Settings.

https://css-tricks.com/snippets/css/using-font-face/

Thank you!

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

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

Thank you, I will try ;)

> Walter, > > We are working on that. Try to link the font using CSS adding it to the Additional CSS in the Site Settings. > > https://css-tricks.com/snippets/css/using-font-face/ > > Thank you! > > ................................................... > Sincerely, > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp Thank you, I will try ;)
fisher_warren2
19 Posts
fisher_warren2 posted this 04 April 2020

Very interesting solution.

I will be every so happy to see this implemented.
Google fonts are nice. Embedding them is nice.
Clients have Graphic Standards where particular fonts are extremely needed,
to maintain branding.

People who design custom fonts and are web ready would love to have this a very simple option.

Very interesting solution. I will be every so happy to see this implemented. Google fonts are nice. Embedding them is nice. Clients have Graphic Standards where particular fonts are extremely needed, to maintain branding. People who design custom fonts and are web ready would love to have this a very simple option.
fisher_warren2
19 Posts
fisher_warren2 posted this 24 May 2020

Has this function been added yet?
Is it possible to add custom fonts to a project?

Has this function been added yet? Is it possible to add custom fonts to a project?
Support Team
Support Team posted this 25 May 2020

Hi,

There is no such option, it is in our wishlist.

...................................................
Sincerely,
Hella
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, There is no such option, it is in our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
weblinker
21 Posts
weblinker posted this 25 May 2020

Has this function been added yet?
Is it possible to add custom fonts to a project?

I just add google font with import in HTML page

<link href="https://fonts.googleapis.com/css?family=FONT+NAME&display=swap" rel="stylesheet">
> Has this function been added yet? > Is it possible to add custom fonts to a project? I just add google font with import in HTML page <link href="https://fonts.googleapis.com/css?family=FONT+NAME&display=swap" rel="stylesheet">
You must log in or register to leave comments