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