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