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