apache_conf 自定义字体代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 自定义字体代码相关的知识,希望对你有一定的参考价值。
<!-- START code for custom fonts -->
<style>
@font-face {
font-family: 'FontName';
src: url('http://mydomain.com/fonts/FontName.woff') format('woff'),
url(‘http://mydomain.com/fonts/FontName.eot’),
url('http://mydomain.com/fonts/FontName.ttf') format('truetype'),
url('http://mydomain.com/fonts/FontName.svg') format('svg');
}
/* ------- This code will update all the text, paragraphs on the page with your chosen font ------- */
.page-element .btn,
.page-element .contents,
.page-element.widget-form form,
.page-element.widget-form form input,
.page-element.widget-form form textarea,
.page-element.widget-form form select,
.page-element.widget-form form label {
font-family: 'FontName' !important;
}
/* ------- This code will update all the heading fonts, h1-h6------- */
.page-element.widget-headline .contents h1,
.page-element.widget-headline .contents h2,
.page-element.widget-headline .contents h3,
.page-element.widget-headline .contents h4,
.page-element.widget-headline .contents h5,
.page-element.widget-headline .contents h6 {
font-family: 'FontName' !important;
}
</style>
<!-- END code for custom fonts -->
<FilesMatch "\.(ttf|ttc|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
以上是关于apache_conf 自定义字体代码的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf htacess自定义404错误页面
apache_conf 这是用于定义自定义路由的示例.htaccess文件
apache_conf 404重定向到自定义页面
apache_conf 连字符自定义htaccess文件
如何在 Visual Studio 代码中使用自定义字体
用于设置自定义字体的自定义字体的内存泄漏