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