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