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