Font Family failure

I found a test page, and applied the CSS.

* {
     font-family: verdana !important;
}

i, em, dfn {
     font-family: "Courier New" !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "comic sans MS" !important;
    color: red !important;
  }

First I used Stylsih. An h1 did not change font family. So, then I inserted
the this as the last element of the <head> element using the inspector. The
h1 didn't change to comic sans.

The website is:
https://www.w3.org/WAI/GL/low-vision-a11y-tf/wiki/Line_Length


Whoever wrote this site won't allow a change of font family even if the
change is the last author font family specification set to !important.

Received on Saturday, 14 January 2017 05:13:20 UTC