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