- Posts: 2
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Changing Font Styles
- Rob Dudley
- Topic Author
- Offline
- New Member
Less
More
10 years 8 months ago #138050
by Rob Dudley
Changing Font Styles was created by Rob Dudley
Where can I change the font styles used for this temple?
Thanks.
Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138051
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Changing Font Styles
Hello Rob,
You first need to update to 1.0.3 if you already haven't done so.
Then on the template Params scroll a bit down and select the Google Fonts. You will have to write a snippet on your custom.css so I suggest you come back to me so I can assist you.
Hint: Do not forget to tell me which fonts you wish to use.
Hint2: If you do not want to use Google Fonts let me know
You first need to update to 1.0.3 if you already haven't done so.
Then on the template Params scroll a bit down and select the Google Fonts. You will have to write a snippet on your custom.css so I suggest you come back to me so I can assist you.
Hint: Do not forget to tell me which fonts you wish to use.
Hint2: If you do not want to use Google Fonts let me know
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138052
by Krikor Boghossian
Use this snippet in your custom.css file for thE Abel Font. If you want to use a serif font as well you can change the font family on the last line.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Changing Font Styles
/* Sans Serif Fonts */
.fontIsSansSerif, h1, h2, h3, h4, h5, h6, input.button, .button, div.contactInfoMod small, .newsfeed-category table tr th, fieldset.filters, div.login p.loginFields input, div.joomlaAccountPage, .mainSlideShow .slidetext p, .mainSlideShow .slidetext a.moduleItemReadMore, ul.pagenav, #system-message dd ul, #system-message div.alert, ol.nuOrderedList01 > li:before, ol.nuOrderedList02 > li:before, ol.nuOrderedList03 > li:before, div.nuTypoBlock h3.nuBlockTitle, table.nuTypoTable tr th,div.nuTypoBlockRow p.nuWarnings, div.articleToolbar ul li a, div.articleAuthorLatest span.articleAuthorLatestTitle, div.articleFullText ul.tabs li, table.catArticleTableList tr th,ul.archive-module, ul.category-module, div.newsflash a.readmore, ul.newsflash-horiz li a.readmore, ul.newsflash-vert li a.readmore, ul.category-module li p.mod-articles-category-readmore a, div.breadcrumbs, ul.breadcrumb, .nuContentCategorySelectBlock select, div.nuContentBreadcrumbsBlock,div.greenPattern div.nuContentCustomCodeBlock a, div#k2Frontend button, .edit.item-page textarea, div.itemAuthorBlock div.itemAuthorDetails span, div.itemAuthorBlockContainer dl dt, div.multimediaContainer dl dt, div.k2Pagination, div.joomlaPagination, span.itemEditLink a, span.catItemAddLink, span.catItemEditLink a, span.userItemAddLink, span.userItemEditLink a,.k2AccountPage table.admintable tr td select, div.k2CategorySelectBlock form select, div.greenPattern div.k2CustomCodeBlock a { font-family: 'Abel', sans-serif; }
/* Serif Fonts */
body, .fontIsSerif,div.contactContainer h2.contactName, .mainSlideShow .slidetext h1, div.nuTypoBlock h1, div.nuTypoBlock h2, div.nuTypoBlock h3, div.nuTypoBlock h4, blockquote, div.newsflash .newsflash-title, ul.newsflash-horiz li .newsflash-title, ul.newsflash-vert li .newsflash-title, ul.category-module li a.mod-articles-category-title, div.nuContentCalendarBlock table.calendar tr td.calendarNavMonthPrev, div.nuContentCalendarBlock table.calendar tr td.calendarNavMonthNext, div.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev, div.k2CalendarBlock table.calendar tr td.calendarNavMonthNext{ font-family: 'Abel', sans-serif; }
Use this snippet in your custom.css file for thE Abel Font. If you want to use a serif font as well you can change the font family on the last line.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rob Dudley
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
10 years 8 months ago #138053
by Rob Dudley
Replied by Rob Dudley on topic Changing Font Styles
Thank you very much. Worked great.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138054
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Changing Font Styles
You 're welcome Rob.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.