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