Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Css字体覆盖_Html_Css_Joomla - Fatal编程技术网

Html Css字体覆盖

Html Css字体覆盖,html,css,joomla,Html,Css,Joomla,我试图用CSS表单覆盖一个内嵌字体样式,但它不起作用。 这是我对CSS的规则: art-blockcontent *{ font-family:Verdana,Arial, 'Arial Unicode MS', Helvetica, Sans-Serif!important; } 但在线风格仍在流行 这是网站:css可能会设置左侧菜单的样式艺术块内容不是有效的选择器 根据标记判断,您需要将此元素设置为类: .art-blockcontent { font-family:Verdana

我试图用CSS表单覆盖一个内嵌字体样式,但它不起作用。 这是我对CSS的规则:

art-blockcontent *{
    font-family:Verdana,Arial, 'Arial Unicode MS', Helvetica, Sans-Serif!important;
}
但在线风格仍在流行


这是网站:css可能会设置左侧菜单的样式

艺术块内容
不是有效的选择器

根据标记判断,您需要将此元素设置为类:

.art-blockcontent {
font-family:Verdana,Arial, 'Arial Unicode MS', Helvetica, Sans-Serif!important;
}