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