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