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