我正在使用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;
}