0
http://www.chooseyourtelescope.com/字體家庭不字型工作
大「C」,在頁面的中間,H1(「選擇正確的......)應以‘Pirulen’FONT-FAMILY寫。
我首先嚐試了「經典」@ font-face方法,然後通過使用WEBFONT GENERATOR並添加在MyFonts文件夾中創建的所有文件。
CSS
@font-face {
font-family: 'pirulenregular';
src: url('/www/wp-content/themes/virtue - child/MyFonts/pirulen_rg-webfont.eot');
src: url('/www/wp-content/themes/virtue - child/MyFonts/pirulen_rg-webfont.eot?#iefix') format('embedded-opentype'),
url('/www/wp-content/themes/virtue - child/MyFonts/pirulen_rg-webfont.woff2') format('woff2'),
url('/www/wp-content/themes/virtue - child/MyFonts/pirulen_rg-webfont.woff') format('woff'),
url('/www/wp-content/themes/virtue - child/MyFonts/pirulen_rg-webfont.ttf') format('truetype'),
url('/www/wp-content/themes/virtue - child/MyFonts/pirulen_rg-webfont.svg#pirulenregular') format('svg');
font-weight: normal;
font-style: normal;
}
但它仍然無法正常工作
啊是的我忘記了在CSS中改變'pirulenregular'的名字。但無論如何,我曾嘗試過在頁面+ CSS中使用pirulenregular,但它不起作用。 「文件路徑」是問題。感謝它現在的工作;) – edou777