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