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