Home > Web Front-end > HTML Tutorial > @font-face字体加载不成功,求解!_html/css_WEB-ITnose

@font-face字体加载不成功,求解!_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:32:29
Original
1816 people have browsed it

<style>@font-face{	font-family:'cyjxy';       src:url('font/创意简细圆.ttf')format('turetype');    font-weight: normal;        font-style: normal;  }.main p{font-family:"cyjxy"; font-size:60px;}</style><div class="main"><p>创意简细圆创意简细圆创意简细圆创意简细圆创意简细圆创意简细圆创意简细圆</p></div>
Copy after login


字体文件是放在font文件下  为何调用不成功。


回复讨论(解决方案)

我用的是chrome浏览器

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template