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