@import不导入,没有错误

时间:2015-08-05 23:31:29

标签: css wufoo

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

0 个答案:

没有答案