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