fonts.css
ASCII text
1@font-face { 2font-family: "Roboto"; 3src: url("roboto.woff2?#iefix") format("woff2"); 4font-weight: normal; 5font-style: normal; 6} 7 8@font-face { 9font-family: "Roboto"; 10src: url("roboto-light.woff2?#iefix") format("woff2"); 11font-weight: lighter; 12font-style: normal; 13} 14 15@font-face { 16font-family: "Roboto"; 17src: url("roboto-bold.woff2?#iefix") format("woff2"); 18font-weight: bold; 19font-style: normal; 20} 21 22@font-face { 23font-family: "Roboto Mono"; 24src: url("roboto-mono.woff2?#iefix") format("woff2"); 25font-weight: normal; 26font-style: normal; 27} 28 29