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