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