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