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