edit font family

Hi !

How to edit font on template ?

Kien

4 answers

Profile photo of Sherlock 0.00 $tone February 11, 2014
Public

Hi Kien,

Go to the skin/frontend/default/jm_megamall/css/styles.css file, you would see the following css rule:

HTML Code:

 body {
                   color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=646464]#646464[/URL]
                   font: 12px/1.55 Arial,Helvetica,sans-serif;
                   text-align: center;
             }

you can change the font size and font-family as you wish.

#1
Profile photo of Kiên Trung 0.00 $tone February 12, 2014
Public

Hi TomC,

I seem code line
HTML Code:

 body {
                   color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=646464]#646464[/URL]
                   font: 12px/1.55 Arial,Helvetica,sans-serif;
                   text-align: center;
             }

for edit font,

I want to edit font 1 times for all site.

one more: i dont know why set font-family: Arial but display not good for vietnamese Attachment 33882
Br,

#3
Profile photo of Sherlock 0.00 $tone February 12, 2014
Public

on that mentioned file at around line 7962 you can find the below

HTML Code:

 .message h2, .products-list .add-to-links li a, #jm-error h3, #jm-error dl dt, .page-head-alt h2, #jm-setting .inner-toggle label, .contact-form .form-list label, .product-options dt label, .product-view .box-up-sell h2, .product-collateral h2, ul.ja-tab-navigator li, .product-essential h2, .product-view .product-shop .add-to-links, .add-to-cart label, .product-view .product-shop .availability, .jm-menu-top, span.price, .block-title, button.button, .page-title h1, .page-title h2, .block-cate h2, .toolbar label, .mycart-toggle span, button.btn-checkout, #jm-tops1 ul li span, .block-cart .subtotal, .block-cart span.price, .jm-slider li span.price, .account-login .content h2, .form-search button.button, .block-subscribe .input-box button, .list-categories .category-title h1, .jm-megamenu ul.level0 li.mega a.mega, .block-cate ul li a, .cart .totals td, .cart-table .product-name, .jm-megamenu .product-name a, .product-view .product-shop .price-box, #jm-error ul.none-disc li a {
  font-family: 'HelveticaBold',Arial;
  font-style: normal;
  font-weight: normal;
}

you could try to change the font here also !

#4

Please login or Register to Submit Answer

Written By

Comments