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