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