Jump to content

[SOLVED] Changing font in Leo converse theme


Recommended Posts

on demo page i don't see this menu item.

can you share url to your website? it will be much easier then

h1, h2, h3, h4, .navbar .nav > li > a, #lofadvafooterfooter #lofadva-pos-1 .lof-text .custom-pos1 span, .price_container, .our_price_display, .price, a.exclusive, .sf-contener ul li a, #leobttslider67, #header_user ul li a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}

in fonts.css

Link to comment
Share on other sites

okay, so i checked your website, here is the code:
 

.sf-menu a {
color: #1576A8;
display: block;
font-family: Helvetica;
font-size: 17px;
font-weight: normal !important;
line-height: 40px;
position: relative;
text-shadow: 0 -1px 0 #1ba1e2;
text-transform: capitalize;
}

http://77.241.206.83/~laikroni/themes/leoconv/css/modules/blocktopmenu/css/superfish-modified.css line 66

 

change font-family: Helvetica; param

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

Good morning

 

Have a look at:

 

public_html/Your Site/themes/default/css/global.css

 

Around line 50

 

/* ************************************************************************************************
generic style
************************************************************************************************ */
body{
font:normal 11px/14px  ADD YOUR FONT HERE, Arial, Verdana, sans-serif;
color:#222;
background: #fff;  url('http://xxxxxxxxxxxxx/img/cms/red003.jpg');
 
This is based on PS 1.5.5 default theme
 
Paul
Link to comment
Share on other sites

 

Good morning

 

Have a look at:

 

public_html/Your Site/themes/default/css/global.css

 

Around line 50

 

/* ************************************************************************************************
generic style
************************************************************************************************ */
body{
font:normal 11px/14px  ADD YOUR FONT HERE, Arial, Verdana, sans-serif;
color:#222;
background: #fff;  url('http://xxxxxxxxxxxxx/img/cms/red003.jpg');
 
This is based on PS 1.5.5 default theme
 
Paul

 

 

I've done  :P

 

Thaaaaank yooouuuu!!!!!!  :D  :D  :D  

Link to comment
Share on other sites

not everyone has got open sans font, for example me,

so you have to include it as a .ttf/.otf file

 

without this, your code will not work well for everyone - only for users with open sans font on computer.this is why it's necessary to include it.

Link to comment
Share on other sites

not everyone has got open sans font, for example me,

so you have to include it as a .ttf/.otf file

 

without this, your code will not work well for everyone - only for users with open sans font on computer.this is why it's necessary to include it.

 

I added this code from Google Fonts in the header.tpl:

<link href='http://fonts.googleapis.com/css?family=Exo+2|Open+Sans' rel='stylesheet' type='text/css'>

Is that correct?

Edited by lixotuka (see edit history)
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...