User:Tiffany/plurpledark.css: Difference between revisions

From Pluralpedia, the collaborative plurality dictionary
(testing this out)
 
No edit summary
Line 1: Line 1:
@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 {
body, #searchInput {
font-family: opendyslexic !important;
font-family: opendyslexic !important;

Revision as of 04:40, 16 April 2021

@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;
}