Wufooを使用してカスタム CSS スタイル シート (form-change.css) を追加しています。HTML を変更できないため、@import を使用して Google からフォントをインポートしようとしていますが、何もしていません。コンソールにエラーはなく、構文エラーもありません。フォームはhttps://ambrite.wufoo.eu/forms/send-us-a-message/にあります。
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);
#errorLi
{
display: none;
}
form span.req
{
display: none !important;
}
form li.error
{
background-color: transparent !important;
}
/*
- Not working either
@font-face
{
font-family: pt-sans-narrow;
src: url(
https://drive.google.com/uc?export=download&id=0B-rTml2dkuMnNHBzaDRSckhzRjQ);
}
*/
.wufoo
{
font-family: 'PT Sans Narrow', sans-serif !important;
}