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