Tagged: x
-
AuthorPosts
-
January 10, 2017 at 12:19 pm #1324281
hi all,
i need the font open sans light 300 – but i just find in X/customize/typography the open sans font.
how can i use the open sans light 300???cheers
frank
January 10, 2017 at 1:06 pm #1324352Hi There,
I checked Google Fonts and could not find Open Sans Light, I believe it is called Light when it is Open Sans with 300 Weight.
Where would like to apply it? Would you mind sharing the URL?
Cheers
January 10, 2017 at 5:28 pm #1324662https://fonts.google.com/?selection.family=Open+Sans&query=Open+Sans
on the left side – if you move your mouse to “Steve Matteson” and than you click in the middle were you can read “Regula…” you can choose light300.
thank for you help.
frank
January 10, 2017 at 11:49 pm #1325059Hi Frank,
Please add this line on top of your child theme’s style.css file.
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i'); .open-sans-light { font-family: 'Open Sans', sans-serif !important; font-weight: 300 !important; }
Then apply the class open-sans-light to any text that you want to be Open Sans 300.
Hope it helps, Cheers!
-
AuthorPosts