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