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