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