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