How to add custom Google Fonts in my Crafts theme?

 Hello,
I want to add custom Google fonts in my theme. Kindly guide me as to how can 
I do it.
Best regards
Shahnawaz
 
 

  1. Profile photo of ZivenZiven Staff 100280.00 $tone October 21, 2014
    Hi Shah,
    I need to debug directly on your site, please PM me url, admin and ftp credentials of your site.
  2. Profile photo of shahnawazshahnawaz 180.00 $tone October 21, 2014
    How do I PM you?? should I ask the question in the 'Private Mode'??
  3. Profile photo of shahnawazshahnawaz 180.00 $tone October 21, 2014
    Hello, We created a custom CSS file and imported the Google fonts so its working as of now.One more query that I had was, how do we remove the language and color setting from the website front-end? our website url is - http://freeducts.com Kindly let me know, thanks for your help. Best regards, Shah
  4. Profile photo of ZivenZiven Staff 100280.00 $tone October 22, 2014
    Please go to the file: app\design\frontend\default\jm_crafts\template\page\html\header.phtml and remove code from line 64 to 81;
    <!-- BEGIN: QUICK ACCESS -->
    <div id="ja-quickaccess" class="quick-access has-toggle">
    <div class="btn-toggle quickaccess-toggle">
    <i class="icon-user"></i><strong><?php echo $this->__('Quick Access') ?></strong>
    </div>
    <div class="inner-toggle clearfix">
    <?php
    if($this->getChildHtml('customer_account_navigation')):
    echo $this->getChildHtml('customer_account_navigation');
    endif;
    ?>
    <div class="shop-access">
    <?php echo $this->getChildHtml('topLinks'); ?>
    </div>
    </div>
    </div>
    <!-- END: QUICK ACCESS -->

    like this screenshot. http://prntscr.com/4yhzzn

This question is now closed

Written By

Comments