Corran commited on
Commit
b95baad
1 Parent(s): f635d7e

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -5
style.css CHANGED
@@ -1,28 +1,27 @@
1
-
2
  @font-face {
3
  font-family: 'opendyslexic';
4
- src: url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-Regular.otf');
5
  font-style: normal;
6
  font-weight: normal;
7
  }
8
 
9
  @font-face {
10
  font-family: 'opendyslexic';
11
- src: url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-Italic.ttf');
12
  font-style: italic;
13
  font-weight: normal;
14
  }
15
 
16
  @font-face {
17
  font-family: 'opendyslexic';
18
- src: url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-Bold.ttf');
19
  font-weight: bold;
20
  font-style: normal;
21
  }
22
 
23
  @font-face {
24
  font-family: 'opendyslexic';
25
- src: url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-BoldItalic.ttf');
26
  font-weight: bold;
27
  font-style: italic;
28
  }
 
 
1
  @font-face {
2
  font-family: 'opendyslexic';
3
+ src: url('https://cdn.jsdelivr.net/gh/antijingoist/open-dyslexic/otf/OpenDyslexic-Regular.otf');
4
  font-style: normal;
5
  font-weight: normal;
6
  }
7
 
8
  @font-face {
9
  font-family: 'opendyslexic';
10
+ src: url('https://cdn.jsdelivr.net/gh/antijingoist/open-dyslexic/otf/OpenDyslexic-Italic.otf');
11
  font-style: italic;
12
  font-weight: normal;
13
  }
14
 
15
  @font-face {
16
  font-family: 'opendyslexic';
17
+ src: url('https://cdn.jsdelivr.net/gh/antijingoist/open-dyslexic/otf/OpenDyslexic-Bold.otf');
18
  font-weight: bold;
19
  font-style: normal;
20
  }
21
 
22
  @font-face {
23
  font-family: 'opendyslexic';
24
+ src: url('https://cdn.jsdelivr.net/gh/antijingoist/open-dyslexic/otf/OpenDyslexic-BoldItalic.otf');
25
  font-weight: bold;
26
  font-style: italic;
27
  }