Use on the webTotal Use [ 3584 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/2c8ee8236ea60137dab1902236389cdd?family=music+television+selector" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/2c8ee8236ea60137dab1902236389cdd?family=music+television+selector);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "music television selector";
src: url("https://db.onlinewebfonts.com/t/2c8ee8236ea60137dab1902236389cdd.eot");
src: url("https://db.onlinewebfonts.com/t/2c8ee8236ea60137dab1902236389cdd.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/2c8ee8236ea60137dab1902236389cdd.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/2c8ee8236ea60137dab1902236389cdd.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/2c8ee8236ea60137dab1902236389cdd.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/2c8ee8236ea60137dab1902236389cdd.svg#music television selector")format("svg");
}
2CSS rules to specify fonts
font-family: "music television selector";