Is it possible to exclude all css styling for one specific div container?

后端 未结 2 1290
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 00:59

I\'m having problems using font-face on my website. I can get it working when testing it on a html file with it\'s own styling, but not if I include other style

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-14 01:45

    No, you cannot. There is no such exclusion mechanism in CSS or in HTML.

    You real problem is probably solvable, though, but you did not describe it. You should describe, in a new question, what you want, what you have tried, and how it fails. With real code and/or URL.

提交回复
热议问题