Jump to content

Add new font and change font size 11 pt


Recommended Posts

N.B. Be careful with using special fonts, as most users don't have these default on their system. Give a font family list as 'fall back' option, just in case they can't use it.

See for more info about 'fall back' here:

http://www.w3schools.com/cssref/css_websafe_fonts.asp

 

Some useful lists are mentioned here:

http://www.webdesigndev.com/web-development/16-gorgeous-web-safe-fonts-to-use-with-css

 

More general info on web safe fonts:

http://web.mit.edu/jmorzins/www/fonts.html

  • Like 1
Link to comment
Share on other sites

Change for description in 1.5.x:

edit themes/<your theme folder>/css/global.css

and find the following lines (around line 615-642) and add red 'font-family' text:

/* ************************************************************************************************

PRODUCT PAGE

************************************************************************************************ */

...

 

#more_info_sheets {padding-top:10px; font-family: "Trebuchet MS", Helvetica, sans-serif; <-- add this

}

 

 

Hope that does the trick,

pascal

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

Hi. Im just configuring my first e-commerce and I need to use Gotham as my main Typography. I know that is not a safe type for web. Does exist any option to upload the type file to data base and call it from there?

 

If I just change type in global.css it won't show the type to anyone who doesn't have Gotham installed.

 

THANKS!

Link to comment
Share on other sites

  • 1 year later...

Hi,

 

If I want to change the font size in product listing on category page (grid view), whereabout in globalcss file should I make changes?

 

I'd also like to change text size of ¨Add to cart¨ and ¨More¨ buttons on category in product listing, in both views (list and grid), where the respective settings are located?

 

The PS I am using is 1.6.0.8.

 

Thanks a lot.

Edited by shv (see edit history)
Link to comment
Share on other sites

  • 9 months later...

you can upload font file to your remote server and use css:

@font-face
{
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
	   url('Sansation_Light.eot'); /* IE9 */
}

hey! I want to use the font  "Caviar Dreams - bold" on my website. And I am not so sure about the coding... can you explain in detail how to change my font??

 

Fast reply will be appreciated! Thanks in advance ^_^

Link to comment
Share on other sites

  • 4 weeks later...

By the way, anyone could advice how I can change font and design in email templates?

I use 1.6.0.4

The font size in email template very big, I want to make it look normally, smaller...

For Logo in email: it does not attach into the head of ''letter''. Everytime sending email, Logo sent to customer as attached file.

Thank you so much for the advice...

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...