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