WebSite X5Help Center

 
Petri H.
Petri H.
User

Non basic font  en

Author: Petri H.
Visited 1496, Followers 1, Shared 0  
Tags: font,special

Hi 

How can i use special font which is not as basic ( installed to every computer)

Now if I use special font browser replaces it with some other font if it not installed to computer .

Pls let me have information if this is someway possible to make work.

P

Posted on the
8 ANSWERS - 1 CORRECT
Incomedia
Claudio D.
Incomedia

Hello Petri,

you can use special fonts made for the web called webfonts which allows to use fonts that are not installed on all computers.

You can find different fonts converted for websites on search engines like google by searching webfonts.

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

Read more
Posted on the from Claudio D.
Petri H.
Petri H.
User
Author

Hi Claudio 

Thanks for your replay.  What is situation if I want to use font outside fonts found in like in Google fonts. My friend wants to have font Libra to be used on his pages but that can´t be found in webfonts.

P

Read more
Posted on the from Petri H.
Incomedia
Claudio D.
Incomedia

Hello Petri,

You have to see if it exists on other places the libra font as webfont. If it is a commercial font probably it will be necessary to buy the licence to use it.

If you require any further information, please feel free to write back.

Read more
Posted on the from Claudio D.
Petri H.
Petri H.
User
Author

Hi Claudio

Thanks for your replays , but pls help me how to add those CSS codes for Google fonts to WSX5 .... 

Read more
Posted on the from Petri H.
Incomedia
Claudio D.
Incomedia

Hello Petri,

You need to choose the font and then go to quick use. Then you need to copy the code provided in step 3 and add it in the HEAD section in Step 1 Advanced. To use the font then you need to use the HTML&Widget Object and in the HTML Box you write the content and in the CSS Box you add the css code to make it display with this font.

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

Read more
Posted on the from Claudio D.
Petri H.
Petri H.
User
Author

Helllo Claudio

I did as you wrote , but i didn´t get it workin... 

1. I did copy this <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'> to step 1  before closing head in expert.

2 I did copy this font-family: 'Special Elite', cursive; to (see pic)


Is those code ok , couse I didn´t get it working , left column in text shoud be this font Special Elite http://httestisivut.ilmainenwebhotelli.com/reseptit.html

Read more
Posted on the from Petri H.
Incomedia
Claudio D.
Incomedia

Hello Petri,

You need to add <p> before the text and at the end </p> of the text in the html code tab. In the css code tab add the code in this way:

p {font-family: 'Special Elite', cursive;}

By adding the code so it will work.

Please let me know if it works.

Read more
Posted on the from Claudio D.
Petri H.
Petri H.
User
Author

Hi Claudio

Thank you, it seems to be working .... Laughing

Read more
Posted on the from Petri H.