| 1 |
@font-face { |
| 2 |
font-family: 'Morabba'; |
| 3 |
src: url('../fonts/moraba/Morabba-Bold.woff2') format('woff2'); |
| 4 |
font-weight: bold; |
| 5 |
font-style: normal; |
| 6 |
} |
| 7 |
|
| 8 |
@font-face { |
| 9 |
font-family: 'Morabba'; |
| 10 |
src: url('../fonts/moraba/Morabba-Regular.woff2') format('woff2'); |
| 11 |
font-weight: normal; |
| 12 |
font-style: normal; |
| 13 |
} |
| 14 |
|
| 15 |
@font-face { |
| 16 |
font-family: 'Morabba'; |
| 17 |
src: url('../fonts/moraba/Morabba-SemiBold.woff2') format('woff2'); |
| 18 |
font-weight: 600; /* SemiBold */ |
| 19 |
font-style: normal; |
| 20 |
} |
| 21 |
|
| 22 |
@font-face { |
| 23 |
font-family: 'PelakFA'; |
| 24 |
src: url('../fonts/pelak/PelakFA-Bold.woff2') format('woff2'); |
| 25 |
font-weight: bold; |
| 26 |
font-style: normal; |
| 27 |
} |
| 28 |
|
| 29 |
@font-face { |
| 30 |
font-family: 'PelakFA'; |
| 31 |
src: url('../fonts/pelak/PelakFA-Regular.woff2') format('woff2'); |
| 32 |
font-weight: normal; |
| 33 |
font-style: normal; |
| 34 |
} |
| 35 |
|
| 36 |
@font-face { |
| 37 |
font-family: 'PelakFA'; |
| 38 |
src: url('../fonts/pelak/PelakFA-SemiBold.woff2') format('woff2'); |
| 39 |
font-weight: 600; |
| 40 |
font-style: normal; |
| 41 |
} |
| 42 |
|
| 43 |
|