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