名前付きgrails
を適用しようとしている Web アプリケーションに取り組んでいますが、Web アプリケーションには適用されません。私が従った手順は次のとおりです。font
open sans
以下のコードをextended.cssファイルに入れました
@font-face {
src: url('../../images/font/openSans.woff');
font-family: 'open sans';
/*url('openSans.woff') format('woff'),*/
font-style: normal;
font-weight: normal;
}
body{
font-family: 'open sans';
}
私は何が欠けていますか?