diff --git a/paragon/_fonts.scss b/paragon/_fonts.scss index 4542cbde..603b02d6 100644 --- a/paragon/_fonts.scss +++ b/paragon/_fonts.scss @@ -1 +1,13 @@ // Add any font imports or definitions here + +@font-face { + font-family: 'DIN Next LT Arabic'; + src: url('./fonts/din-next-lt-arabic-bold.ttf'); + font-weight: normal; + font-style: normal; +} + + +:root { + --pgn-typography-font-family-base: 'DIN Next LT Arabic',var(--pgn-typography-font-family-sans-serif) !important; +} diff --git a/paragon/fonts/din-next-lt-arabic-bold.ttf b/paragon/fonts/din-next-lt-arabic-bold.ttf new file mode 100644 index 00000000..147360b9 Binary files /dev/null and b/paragon/fonts/din-next-lt-arabic-bold.ttf differ