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