Tagged: x
-
AuthorPosts
-
July 30, 2016 at 8:17 am #1110102
simonpurdonParticipantHi,
I’m trying to use the font Calibri Light font in some parts of my website and have tried to import it in the style.css file using the following code:
@import url(https://fonts.googleapis.com/css?family=Calibri Light);
However, I’m still unable to use the font.
I’m trying to use it because on my website the font Calibri doesn’t respond to the css code trying to make it lighter as below:
font-weight: light;
or..
font-weight: 200;Please advise if there is a way to make the font lighter as it doesn’t seem to be working.
Many thanks,
SimonJuly 30, 2016 at 8:17 am #1110103
simonpurdonParticipantThis reply has been marked as private.July 30, 2016 at 8:39 am #1110119
ChristopherModeratorHi there,
Upon checking about this font, it’s not a free font type, see : http://www.myfonts.com/fonts/ascender/calibri/
Hope it helps.
July 30, 2016 at 10:48 am #1110193
simonpurdonParticipantDo you know why the font-weight:200 command wouldn’t be working on the normal calibri font?
July 30, 2016 at 5:57 pm #1110430
RadModeratorHi there,
It depends on loaded fonts, if the font doesn’t support other font weight then it will not work. Example, this one https://fonts.googleapis.com/css?family=Calibri only supports 400. Hence, 400 is only acceptable font weight when you declare it.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1110102 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
