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