Skip to content

Commit

Permalink
feat: add new font for Karenni/Kayah Li language (#1311)
Browse files Browse the repository at this point in the history
Co-authored-by: David Featherston <david.featherstone@dpc.vic.gov.au>
  • Loading branch information
lambry and David Featherston committed Aug 15, 2023
1 parent 576da9c commit bc75f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $rpl-langs: (
'haz': ('Noto Naskh Arabic', 'sans-serif'),
'ja': ('Noto Sans JP', 'sans-serif'),
'kar': ('Padauk', 'sans-serif'),
'kyu': ('Noto Sans Kayah Li', 'sans-serif'),
'km': ('Noto Sans Khmer', 'sans-serif'),
'ko': ('Noto Sans KR', 'sans-serif'),
'mk': ('Noto Sans', 'sans-serif'),
Expand All @@ -35,4 +36,4 @@ $rpl-langs: (
'th': ('Noto Sans Thai', 'sans-serif'),
'ti': ('Noto Sans Ethiopic', 'sans-serif'),
'vi': ('Roboto', 'sans-serif')
);
);
1 change: 1 addition & 0 deletions packages/ripple-nuxt-tide/lib/middleware/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const fontConfigs = {
'haz': 'https://fonts.googleapis.com/earlyaccess/notonaskharabic.css',
'ja': 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap',
'kar': 'https://fonts.googleapis.com/css2?family=Padauk:wght@400;700&display=swap',
'kyu': 'https://fonts.googleapis.com/css2?family=Noto+Sans+Kayah+Li:wght@400;700&display=swap',
'km': 'https://fonts.googleapis.com/earlyaccess/notosanskhmer.css',
'ko': 'https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap',
'mk': 'https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap',
Expand Down

0 comments on commit bc75f33

Please sign in to comment.