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