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