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