@font-face {
font-family: 'Exo 2';
- font-style: normal;
- font-weight: 400;
- src:
- url(../fonts/Exo2-Regular.otp') format('opentype'),
- url(../fonts/Exo2-Bold.otp') format('opentype'),
- url(../fonts/Exo2-Italic.otp') format('opentype');
+ font-weight: normal;
+ font-style: italic;
+ src: url(../fonts/Exo2-Regular.otf) format('opentype');
+}
+@font-face {
+ font-family: 'Exo 2';
+ font-weight: bold;
+ font-style: bold;
+ src: url(../fonts/Exo2-Bold.otf) format('opentype');
+}
+@font-face {
+ font-family: 'Exo 2';
+ font-weight: normal;
+ font-style: italic;
+ src: url(../fonts/Exo2-Italic.otf) format('opentype');
}