我无法在我的html文件中添加这个老挝字体链接



正如你所看到的,我正在尝试添加这个字体,但它不起作用

@font face{font-family:myfont;src:url(http://www.eaglefonts.com/truetype-lao-fonts-259.htm);}

这是字体链接:

http://www.eaglefonts.com/truetype-lao-fonts-259.htm

这样做:

@font-face {
font-family: <font name>;
src: url("add correct url here");
}

最新更新