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