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