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