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