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