Use on the webTotal Use [ 5238 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/e46c3ec40d2970e5896148b33702c90b?family=NADC_soundbeat" 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/e46c3ec40d2970e5896148b33702c90b?family=NADC_soundbeat);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "NADC_soundbeat";
src: url("https://db.onlinewebfonts.com/t/e46c3ec40d2970e5896148b33702c90b.eot");
src: url("https://db.onlinewebfonts.com/t/e46c3ec40d2970e5896148b33702c90b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/e46c3ec40d2970e5896148b33702c90b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/e46c3ec40d2970e5896148b33702c90b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/e46c3ec40d2970e5896148b33702c90b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/e46c3ec40d2970e5896148b33702c90b.svg#NADC_soundbeat")format("svg");
}
2CSS rules to specify fonts
font-family: "NADC_soundbeat";