Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324281

    funkysummer
    Participant

    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

    #1324352

    Joao
    Moderator

    Hi 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

    #1324662

    funkysummer
    Participant

    https://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

    #1325059

    Friech
    Moderator

    Hi 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!