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