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