You are here

opendyslexic.css in Accessibility toolkit 7

@font-face {
  font-family: "opendyslexic";
  src: url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/eot/OpenDyslexic-Regular.eot");
  src: url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/woff/OpenDyslexic-Regular.woff") format("woff"),
       url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/ttf/OpenDyslexic-Regular.ttf") format("truetype"),
       url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/svg/OpenDyslexic-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,p,div,html,h1,h2,h3,h4,h5,h6,blockquote,table,tr,td,strong,em,a,span {
  font-family: "opendyslexic" !important;
}

File

plugins/opendyslexic/opendyslexic.css
View source
  1. @font-face {
  2. font-family: "opendyslexic";
  3. src: url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/eot/OpenDyslexic-Regular.eot");
  4. src: url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/woff/OpenDyslexic-Regular.woff") format("woff"),
  5. url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/ttf/OpenDyslexic-Regular.ttf") format("truetype"),
  6. url("//cdn.jsdelivr.net/open-dyslexic/2.1.0/svg/OpenDyslexic-Regular.svg") format("svg");
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. body,p,div,html,h1,h2,h3,h4,h5,h6,blockquote,table,tr,td,strong,em,a,span {
  11. font-family: "opendyslexic" !important;
  12. }