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