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