-
Notifications
You must be signed in to change notification settings - Fork 0
/
fonts.css
43 lines (40 loc) · 2.13 KB
/
fonts.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* Using https://google-webfonts-helper.herokuapp.com/fonts */
/* open-sans-regular - hebrew */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('fonts/open-sans-v27-hebrew-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('fonts/open-sans-v27-hebrew-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/open-sans-v27-hebrew-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/open-sans-v27-hebrew-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/open-sans-v27-hebrew-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/open-sans-v27-hebrew-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - hebrew */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('fonts/open-sans-v27-hebrew-600.eot'); /* IE9 Compat Modes */
src: local(''),
url('fonts/open-sans-v27-hebrew-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/open-sans-v27-hebrew-600.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/open-sans-v27-hebrew-600.woff') format('woff'), /* Modern Browsers */
url('fonts/open-sans-v27-hebrew-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/open-sans-v27-hebrew-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - hebrew */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url('fonts/open-sans-v27-hebrew-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('fonts/open-sans-v27-hebrew-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/open-sans-v27-hebrew-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/open-sans-v27-hebrew-italic.woff') format('woff'), /* Modern Browsers */
url('fonts/open-sans-v27-hebrew-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/open-sans-v27-hebrew-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}