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