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