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