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