Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - ʻOkina character does not display properly #2153

Open
mpaluch opened this issue Apr 21, 2023 · 0 comments
Open

Bug - ʻOkina character does not display properly #2153

mpaluch opened this issue Apr 21, 2023 · 0 comments

Comments

@mpaluch
Copy link

mpaluch commented Apr 21, 2023

Describe the bug

The Hawaiian ʻokina character does not display properly in the current GCWeb theme when used in body text. The character appears to overlap any following characters instead of having a distinct separation.

It is encoded as unicode character 'MODIFIER LETTER TURNED COMMA' (U+02BB) and can be rendered with HTML entity ʻ.

To Reproduce

Steps to reproduce the behaviour:

  1. Go to https://wet-boew.github.io/GCWeb/templates/institutional/institution-en.html
  2. Inspect and edit the first content <div> using developer tools.
  3. Insert a new paragraph at the beginning using the following: <p>Hawai&#699;i</p>
  4. Update the content on the page by clicking outside the element being edited.
  5. The page shows the word Hawaiʻi with the ʻokina character overlapping the following letter "i".

Current behaviour

image

Expected behaviour

The ʻokina character should be displayed with proper spacing as shown on Google's Noto Sans specimen page.

See: https://fonts.google.com/noto/specimen/Noto+Sans?preview.text=Hawai%CA%BBi&preview.text_type=custom

image

Desktop:

  • OS: Windows 10
  • Browser: Chrome, Edge, Firefox
  • Version: Latest
@mpaluch mpaluch changed the title ʻOkina character does not display properly Bug - ʻOkina character does not display properly Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant