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