1@font-face {
2 font-family: myFirstFont;
3 src: url(sansation_light.woff);
4}
5
6div {
7 font-family: myFirstFont;
8}
9/*Name the font-family and link the font file in the @font-face rule*/
1@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
2/*Use that for importing font via link*/