2018-06-13 14:16:49 +03:00
|
|
|
@font-face {
|
|
|
|
font-family: 'OpenDyslexic';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url('../fonts/OpenDyslexic-Regular.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
2018-06-22 12:25:28 +03:00
|
|
|
@font-face {
|
|
|
|
font-family: 'OpenDyslexic';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url('../fonts/OpenDyslexic-Regular.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
2018-06-13 14:16:49 +03:00
|
|
|
@font-face {
|
|
|
|
font-family: 'OpenDyslexic';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
src: url('../fonts/OpenDyslexic-Bold.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
2018-10-23 14:12:32 +03:00
|
|
|
$font-face: OpenDyslexic, 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
|