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