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