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