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