Search code examples
cssgoogle-chromedeveloper-toolsweb-inspector

While I can edit font-color, I can't edit font-family


To ready my ebook more precisely, I want to edit font of some areas. But I have an issue that while I can edit color, I can't edit font-family which is strikedout. Further, there is same tag area which is not editable and is of same tag name as in second part that I mention as uneditable.

enter image description here


Solution

  • It seems to be "overwritten" by the font-family down because of !important flag. remove the !important and the font itself and it should work.