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