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