You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dyslexic.scss 389B

123456789101112131415
  1. @font-face {
  2. font-family: 'OpenDyslexic';
  3. font-style: normal;
  4. font-weight: 300;
  5. src: url('../fonts/OpenDyslexic-Regular.woff') format('woff');
  6. }
  7. @font-face {
  8. font-family: 'OpenDyslexic';
  9. font-style: normal;
  10. font-weight: 600;
  11. src: url('../fonts/OpenDyslexic-Bold.woff') format('woff');
  12. }
  13. $font-face: OpenDyslexic, 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;