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