fonts used in template for cart

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Sat Jun 15, 2013 10:08 pm
I'm trying to get the fonts set like the demo, but don't see them in the standard list. Is this a squirrel font or goggle based?
User avatar
Fresh Boarder

GK User
Sun Jun 16, 2013 7:30 am
They are google fonts. Please go to Template Settings > Fonts and set them as below.

Body - font : Google Fonts
Font url:
Code: Select all
http://fonts.googleapis.com/css?family=Expletus+Sans:400,700,600

Font family:
Code: Select all
Expletus Sans

Body - selectors
Code: Select all
body,
footer,
.gkMenu > ul > li,
.gkMenu > ul div.childcontent small,
.panel h3,
dl#tabs,
dl.tabs,
#loginForm h3,
#loginForm h4,
article li time


Headers - font: Google Fonts
Font url:
Code: Select all
http://fonts.googleapis.com/css?family=Norican&subset=latin,latin-ext

Font family:
Code: Select all
Norican

Headers - selectors
Code: Select all
#gkLogo.text,
.gkHeader h1,
h1,h2,h3,h4,h5,
.calendarCurrentMonth,
.calendarNavMonthPrev,
.calendarNavMonthNext,
.product_price,
.componentheading,
#member-registration legend,
.profile-edit legend,
.cart_subtotal_price,
p.numblocks span,
#gkCart,
.k2store_login_box legend,
.k2store_register_box legend


Other - font : Google Fonts
Font url:
Code: Select all
http://fonts.googleapis.com/css?family=Rock+Salt

Font family:
Code: Select all
Rock Salt

Other - selectors
Code: Select all
.box .header,
.box_menu .header,
.box_text .header,
#gkBreadcrumb,
#gkBg > footer,
li:before,
.pagination,
article time,
.itemAuthorDetails,
.itemAuthorDetails h3,
.k2CommentItem span,
.gkblock-9,
.gkblock-3,
.bubble-1 cite,
.bubble-2 cite,
.bubble-3 cite,
.gkTitle,
.gkChalkboard


Save & Close settings.

See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 16, 2013 9:20 pm
I did that. posted them as the code is written. I still see the old fonts.
check [url]packerproduce.com[/url]
User avatar
Fresh Boarder

GK User
Sun Jun 16, 2013 9:35 pm
Home text is not the same html layout as the word "Welcome" is in demo website. So you have to use correct html in font settings.

If you want Home to be like Welcome text then add following css selector to Header Selectors group.
Code: Select all
#gkMainbody h1

So header selectors become
Code: Select all
    #gkLogo.text,
    .gkHeader h1,
    h1,h2,h3,h4,h5,
    .calendarCurrentMonth,
    .calendarNavMonthPrev,
    .calendarNavMonthNext,
    .product_price,
    .componentheading,
    #member-registration legend,
    .profile-edit legend,
    .cart_subtotal_price,
    p.numblocks span,
    #gkCart,
    .k2store_login_box legend,
    .k2store_register_box legend,
    #gkMainbody h1


See you around...
User avatar
Platinum Boarder

GK User
Mon Jun 17, 2013 2:03 am
Norman That solved my font issue. One other small ordeal. My cart is overrunning the cart icon. If the styles are the same as the quickstart pack, why is it over running the icon?>
User avatar
Fresh Boarder

GK User
Mon Jun 17, 2013 5:33 am
Well I don't see proper html layout in your cart position. We don't have override style for Cart html and it is created by K2Store component itself. So I am guessing it is not installed properly. Go to Components > K2 Store and make sure it is installed.

See you around...
User avatar
Platinum Boarder


cron