User:Tiffany/plurpledark.css: Difference between revisions

From Pluralpedia, the collaborative plurality dictionary
No edit summary
(testing)
Tag: Replaced
Line 1: Line 1:
@font-face {
@import url("/other-files/opendyslexic/style.css");
  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;
}

Revision as of 04:45, 16 April 2021

@import url("/other-files/opendyslexic/style.css");