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