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