User:Tiffany/plurpledark.css

From Pluralpedia, the collaborative plurality dictionary

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@font-face {
  font-family: "opendyslexic";
  src: url("/other-files/opendyslexic/opendyslexic-bold-webfont.woff2")
      format("woff2"),
    url("/other-files/opendyslexic/opendyslexic-bold-webfont.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "opendyslexic";
  src: url("/other-files/opendyslexic/opendyslexic-bolditalic-webfont.woff2")
      format("woff2"),
    url("/other-files/opendyslexic/opendyslexic-bolditalic-webfont.woff")
      format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "opendyslexic";
  src: url("/other-files/opendyslexic/opendyslexic-italic-webfont.woff2")
      format("woff2"),
    url("/other-files/opendyslexic/opendyslexic-italic-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "opendyslexicmono";
  src: url("/other-files/opendyslexic/opendyslexicmono-regular-webfont.woff2")
      format("woff2"),
    url("/other-files/opendyslexic/opendyslexicmono-regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opendyslexic";
  src: url("/other-files/opendyslexic/opendyslexic-regular-webfont.woff2")
      format("woff2"),
    url("/other-files/opendyslexic/opendyslexic-regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

body, #searchInput {
	font-family: opendyslexic !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: opendyslexic !important;
}

code, pre {
	font-family: opendyslexicmono !important;
}