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