-
AuthorPosts
-
amturner Friend
amturner
- Join date:
- January 2007
- Posts:
- 19
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
October 6, 2014 at 5:04 am #201856Hello all, I’m trying to work out what font is used for the “Our Services” feature-1 title text (and the same for the About Us, Featured Projects, etc) on the home page in JA Decor?
And where the css might be for this? I can’t work out what element it is exactly, and how the latter word has a different weight.
Any help pointing me in the right direction would be much appreciated.
Thank you.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 6, 2014 at 5:36 am #551925Hi there
It’s
color: inherit; */
font-family: 'Roboto Slab',serif;
It’s google fonts
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
It’s coded in less
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
color: @headings-color;
font-family: @headings-font-family;
font-weight: @headings-font-weight;
line-height: @headings-line-height;
small {
font-weight: normal;
line-height: 1;
color: @headings-small-color;
}
}
Variable declared
@font-family-serif: 'Roboto Slab', serif; @headings-font-family: @font-family-serif;
Thank you,Viet Vu
1 user says Thank You to jooservices for this useful post
amturner Friendamturner
- Join date:
- January 2007
- Posts:
- 19
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
October 6, 2014 at 1:07 pm #551982Thanks so much Viet Vu. Really helpful.
I’ve been trying to modify the font used in the masshead. I changed the template.css file to read:
.t3-masthead .jamasshead-title {
font-family: 'Roboto Slab', serif;
font-weight: 700;
margin: 0 auto;
font-size: 40px;But am not having any luck in the Roboto Slab font to display. It has changed from sans-serif to serif, however it is not Roboto slab. Any title in the masshead module doesn’t display as hoped, however other items (like the “Our Team” box style) display as Roboto slab.
Many thanks once again.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 7, 2014 at 1:35 am #552039Hi there,
You should not touch into template.css because it’s compiled file from LESS. Please apply into /css/custom.css ( upload your own ) and leave your css code into this one.
And one more think, that’s Google font 🙂
Ref
https://developers.google.com/fonts/docs/getting_started
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
amturner Friendamturner
- Join date:
- January 2007
- Posts:
- 19
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
October 7, 2014 at 1:56 am #552043Thanks again Viet Vu! I really appreciate your help. That’s solved it.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 7, 2014 at 2:01 am #552045You are welcome come,
Have nice day.Viet Vu
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by jooservices 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
"Our Services" features-1 – what font?
Viewing 6 posts - 1 through 6 (of 6 total)