Viewing 15 posts - 1 through 15 (of 40 total)
  • Author
    Posts
  • antoniocerasuolo Friend
    #185206

    Hi Luna,

    I decided to open a new thread because i guess that other one was getting too big so here is the problem i will be facing:

    i will need to change all the fonts in the site, lets first begin by adding the fonts to the correct folder I need the following fonts

    – Liffey Script SF
    – Adventure Light
    – Blue ridge light
    – Balthazar

    can you tell me where I can find them?? and exactly what i have to do to make joomla see these fonts??? ( if these fonts are not available at all please let me know.. maybee there is a list of available fonts for joomla??)

    once we have obtained these fonts I will then begin asking you how i can change the various fonts in the various parts of the site..

    ciao,
    Antonio

    Luna Garden Moderator
    #484625

    Hello Antonio,

    <blockquote>- Liffey Script SF
    – Adventure Light
    – Blue ridge light
    – Balthazar
    </blockquote>

    These font here you can search in several site that provide fonts. Joomla doesn’t limit any font, so there’s no font list available for Joomla as you said.

    In order to add font on your site, download the font package, extract to your template folder, then link this font-face to your CSS file.

    For example, I have a font name ‘abel’, I extract to folder ‘templates/template_folder/fonts/’
    Then I go to file ‘templates/template_folder/css/template.css’ and add this line to the beginning:

    <blockquote>@import url(../fonts/abel/stylesheet.css);</blockquote>

    antoniocerasuolo Friend
    #488385

    Hi Luna,

    I downloaded the OTF file from fontsquirrel.com and applied the above as you told me now i need to change the main menu ( in the diagram) to the font that i just downloaded.

    can you please tell me what I have to do??

    ciao.
    Antonio


    1. change_main_menu_font
    Luna Garden Moderator
    #488520

    Hi Antonio,

    In order to change menu font, go to file:

    templates/ja_bistro/css/menu/mega.css

    For menu item level0, find these lines:

    .ja-megamenu ul.level0 {
    font-family: "DroidSerifRegular",Arial,sans-serif;
    }

    Change the font family to the font you want to.

    For menu item group, find these lines:

    .ja-megamenu .group-title .menu-title {
    color: #333333
    font-family: "Lobster13Regular",sans-serif;
    font-size: 180%;
    font-weight: normal;
    line-height: 1;
    }

    Change the font family to the font you want to.

    For sub menu item, find these lines:

    .ja-megamenu ul.level1 {
    font-family: Arial,sans-serif;
    }

    Change the font family to the font you want to.

    antoniocerasuolo Friend
    #488629

    luna,

    I have no clue how to generate the stylesheet.css file!!!

    ciao,
    Antonio

    antoniocerasuolo Friend
    #488630

    hi i just figured out how to download
    .-)

    antoniocerasuolo Friend
    #488631

    hi LUNA,

    can you please tell me how to change the fonts in the attached drawings??

    i really appreciate your help!!

    ciao,
    Antonio


    1. Home_1
    2. home_2
    antoniocerasuolo Friend
    #488723

    <em>@antoniocerasuolo 367266 wrote:</em><blockquote>hi LUNA,

    can you please tell me how to change the fonts in the attached drawings??

    i really appreciate your help!!

    ciao,
    Antonio</blockquote>

    luna please disregard this post

    antoniocerasuolo Friend
    #488726

    Hi Luna,

    can you explain how i can change the font in the attached diagram??

    ciao,
    antonio


    1. Home
    antoniocerasuolo Friend
    #488727

    <em>@antoniocerasuolo 367402 wrote:</em><blockquote>Hi Luna,

    can you explain how i can change the font in the attached diagram??

    ciao,
    antonio</blockquote>

    luna please disregard once again.. i found how to change..

    antoniocerasuolo Friend
    #488729

    Hi Luna,

    ok this one is a toughie..as you can see this font i have circled is the same as contatti/cosa dicono di noi/ contatore visite this is because i am using this:

    div.ja-moduletable h3, div.moduletable h3 {
    color: #473f38
    display: block;
    /*font-family: “Lobster13Regular”,sans-serif;*/
    font-family: “CommandoCommando”;
    font-size: 180%;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px;
    overflow: visible;
    }

    what do i have to do in order to have this SENTIRSI A CASA have a different font??

    ciao,
    Antonio


    1. home_x
    Luna Garden Moderator
    #488765

    Hello Antonio,

    In order to change font family of H3 slideshow, go to file:
    modules/mod_jaslideshow/assets/themes/bistro/style.css
    and find these lines:


    .maskDesc .ja-slide-desc h3 {
    color: #EFD7B4
    font-size: 250%;
    line-height: normal;
    margin: 20px 0 0;
    overflow: visible;
    }

    add property declare for font family:

    .maskDesc .ja-slide-desc h3 {
    color: #EFD7B4
    font-size: 250%;
    line-height: normal;
    margin: 20px 0 0;
    overflow: visible;
    font-family: "CommandoCommando";
    }

    antoniocerasuolo Friend
    #488835

    Hi Luna,

    I need to change the Font of the page titles ( all web pages & Articles) which also means the titles of the content blog pages, as you can see in the diagram..

    can you please let me know what i need to do to change the font ??

    ciao,
    Antonio


    1. for_joomlart
    Luna Garden Moderator
    #488942

    <em>@antoniocerasuolo 367524 wrote:</em><blockquote>Hi Luna,

    I need to change the Font of the page titles ( all web pages & Articles) which also means the titles of the content blog pages, as you can see in the diagram..

    can you please let me know what i need to do to change the font ??
    </blockquote>

    Hi,

    In order to change font of page title, go to this file:
    templates/ja_bistro/css/templates.css

    find these lines:

    h1.componentheading, .componentheading, #ja-content-main h2, #ja-content-main h1 {
    color: #473F38
    display: block;
    font-family: "Lobster13Regular",sans-serif;
    font-size: 200%;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0;
    }

    Change the value of font-family to the font you want to.

    antoniocerasuolo Friend
    #489031

    Hi Luna,

    what i need to do next is change all the fonts of the “body” of the articles and on the home page as well ad in the diagrams. once again I will install a font downloaded from fontsquirrel and therefore will not want to use the fonts from the Editor.

    how can i do this?? without having to go to each page and changing the font??

    ciao,
    antonio

    ps one of the pages is a FORM from RS joomla and therefore I need to talk to them to understand how to change the font of the form or you could eventually help here also??


    1. body_text_1
    2. body_text_2
    3. body_text_3
Viewing 15 posts - 1 through 15 (of 40 total)

This topic contains 40 replies, has 3 voices, and was last updated by  antoniocerasuolo 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum