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