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