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