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