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