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