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