admin-fix.css
9 years ago
admin-fonts.css
9 years ago
admin-styles.css
9 years ago
editor-font-rtl.css
9 years ago
editor-rtl.css
9 years ago
editor.css
9 years ago
admin-fonts.css
32 lines
| 1 | /** |
| 2 | * Admin side fonts |
| 3 | * This is used when you activated one of fonts replacments. |
| 4 | * |
| 5 | * Droid Sans Naskh |
| 6 | * - Created by Google |
| 7 | * - Licensed under Apache License |
| 8 | * |
| 9 | * Roboto |
| 10 | * - Created by Google |
| 11 | * - Licensed under Apache License |
| 12 | */ |
| 13 | |
| 14 | @font-face { |
| 15 | font-family: 'DroidNaskh'; |
| 16 | src: url( '../fonts/DroidNaskh-Regular.woff2' ) format( 'woff2' ); |
| 17 | } |
| 18 | @font-face { |
| 19 | font-family: 'DroidNaskh'; |
| 20 | src: url( '../fonts/DroidNaskh-Bold.woff2' ) format( 'woff2' ); |
| 21 | font-weight: bold; |
| 22 | } |
| 23 | |
| 24 | @font-face { |
| 25 | font-family: 'Roboto'; |
| 26 | src: url( '../fonts/Roboto-Regular.woff' ) format( 'woff' ); |
| 27 | } |
| 28 | @font-face { |
| 29 | font-family: 'Roboto'; |
| 30 | src: url( '../fonts/Roboto-Bold.woff' ) format( 'woff' ); |
| 31 | font-weight: bold; |
| 32 | } |