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