diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fonts/IBMPlexArabic-Regular.woff2 | bin | 71160 -> 0 bytes | |||
-rw-r--r-- | doc/fonts/IBMPlexArabic-Thin.woff2 | bin | 72636 -> 0 bytes | |||
-rw-r--r-- | doc/style.css | 16 |
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/fonts/IBMPlexArabic-Regular.woff2 b/doc/fonts/IBMPlexArabic-Regular.woff2 Binary files differdeleted file mode 100644 index bc5e155..0000000 --- a/doc/fonts/IBMPlexArabic-Regular.woff2 +++ /dev/null diff --git a/doc/fonts/IBMPlexArabic-Thin.woff2 b/doc/fonts/IBMPlexArabic-Thin.woff2 Binary files differdeleted file mode 100644 index 685bd03..0000000 --- a/doc/fonts/IBMPlexArabic-Thin.woff2 +++ /dev/null diff --git a/doc/style.css b/doc/style.css index 6bddc80..4f9d63f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -11,17 +11,17 @@ using http://colormind.io/bootstrap/ } @font-face { - font-family: 'IBM Plex Arabic'; - font-style: normal; - font-weight: 100; - src: local('IBM Plex Arabic Thin'), local('IBM Plex Arabic-Thin'), url('fonts/IBMPlexArabic-Thin.woff2') format('woff2'); + font-family: 'IBM Plex Arabic'; + font-style: normal; + font-weight: 100; + src: local('IBM Plex Arabic Thin'), local('IBMPlexArabic-Thin'), url('fonts/IBMPlexArabic-Thin.woff2') format('woff2'); } @font-face { - font-family: 'IBM Plex Arabic'; - font-style: normal; - font-weight: 400; - src: local('IBM Plex Arabic Regular'), local('IBM Plex Arabic-Regular'), url('fonts/IBMPlexArabic-Regular.woff2') format('woff2'); + font-family: 'IBM Plex Arabic'; + font-style: normal; + font-weight: 400; + src: local('IBM Plex Arabic Regular'), local('IBMPlexArabic-Regular'), url('fonts/IBMPlexArabic-Regular.woff2') format('woff2'); } body { |