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