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