WebSite X5Help Center

 
Jacinto R.
Jacinto R.
User

Font Gallery Update on website x5  en

Author: Jacinto R.
Visited 945, Followers 1, Shared 0  

I would like to know if there is a way to install new fonts to Website X5 10? I am interested on using some font that do not appear on the software. Can anyone let me know how to do so, with out any conflicts? Thank you Jacinto

Posted on the
4 ANSWERS
Incomedia
Claudio D.
Incomedia

Hello Jacinto,

To use fonts which then will also be displayed once the website has been uploaded you will need to use webfonts like the ones present on http://www.google.com/fonts so also if someone has not the same font installed on the computer, he will be able to see it on your website.

Please feel free to write back if you need more information.

Read more
Posted on the from Claudio D.
Jacinto R.
Jacinto R.
User
Author

Thank you Claudio

Now the question is how to I install this fonts to Website x5?

Thank you 

Jacinto 

Read more
Posted on the from Jacinto R.
Jacinto R.
Jacinto R.
User
Author

Hi Claudio:

I also wanted to know if there is any Sales on the Website 10 Professional I was interested on purchasing one but  can Afford $250.

Thanks 

Jacinto 

Read more
Posted on the from Jacinto R.
Incomedia
Claudio D.
Incomedia

Hello Jacinto,

You need to select the font and then click on quick use. It will show you then the code you need to add in your project.

As example following code goes in the header in the Section "before closing the HEAD tag":

<link href="http://fonts.googleapis.com/css?family=Jolly+Lodger" rel='stylesheet' type='text/css'>
<style>
* {
font-family: 'Jolly Lodger', cursive !important;
}
</style>

So this font will be used for the entire website.

If you want it only for one section you need to donwload the font and install it on windows and add in the section "Before closing the Head Tag" only the code which refers to the css file for the webfont. As example only:

<link href="http://fonts.googleapis.com/css?family=Jolly+Lodger" rel='stylesheet' type='text/css'>

And then in the Program select the font from the installed ones.

Many thanks!

Read more
Posted on the from Claudio D.