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