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