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