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