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