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