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