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