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