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