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