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