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