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