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