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