-
AuthorPosts
-
September 12, 2017 at 3:40 pm #851053
Hi guys,
I’ve got a really simple problem and didn’t found the solution yet.
I just want to create a special header and use for it Open Sans Light style.
So I create a .title style and put this code in Quick CSS :.title { font-family: "Open Sans"; font-size: 30px; font-weight: 300 !important; }Size and font are OK but it’s impossible to make the font weight lighter.
Any solution please ?
Cheers,
Théau
September 12, 2017 at 7:12 pm #851194Hey Demaup,
Can you post a link to your site showing the title (the one in your css)? so we can try to check.
Best regards,
NikkoSeptember 16, 2017 at 1:17 pm #852864Hey Nikko,
Thanks for your answer.
Here is the page where you can find the try I made: https://theau.net/particuliers-entreprises/produits/
I also tried to do the same thing (on the same page) with “Special Header” by adding this to Quick CSS:
body .av-special-heading .av-special-heading-tag { color: #5D5048; font-family: "Open Sans"; font-weight: 300 !important; }But it doesn’t work.
Cheers,
Demaup
September 16, 2017 at 5:58 pm #852904Hi,
Try replacing your code with this:.title {font-family: 'Open Sans'!important; font-weight: lighter!important; }For your test Special Header try:
h1.av-special-heading-tag {font-family: 'Open Sans'!important; font-weight: lighter!important; }Best regards,
MikeSeptember 17, 2017 at 4:50 pm #853084Hi Mike,
It seems to work (according to Fontface Ninja). Is there a way to make it “ultra light”? Or is this the most thin possible for Open Sans with Enfold?
Cheers,
Demaup
September 17, 2017 at 5:20 pm #853093Hi,
This was the lightest I could find in Enfold which uses the “lighter” rule.
To test you could try installing a plugin such as Use Any Font and see if it pulls in a different version of the font.Best regards,
MikeSeptember 17, 2017 at 5:24 pm #853094Thanks Mike!
I’ll try it out.
September 17, 2017 at 5:30 pm #853097November 1, 2017 at 4:09 pm #871289It works perfectly!
Sorry for the so late response ;)
-
AuthorPosts
- The topic ‘Set the Open Sans font lighter’ is closed to new replies.
