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