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