How can I use the font family ‘Lato’ in my project? [closed]
Please put this code in head section <link href=”https://fonts.googleapis.com/css?family=Lato:400,700″ rel=”stylesheet” type=”text/css”> and use font-family: ‘Lato’, sans-serif; in your css. For example: h1 { font-family: ‘Lato’, sans-serif; font-weight: 400; } Or you can use manually also Generate .ttf font from fontSquiral and can try this option @font-face { font-family: “Lato”; src: url(‘698242188-Lato-Bla.eot’); src: url(‘698242188-Lato-Bla.eot?#iefix’) format(’embedded-opentype’), url(‘698242188-Lato-Bla.svg#Lato … Read more