AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.73k stars 1.09k forks source link

Fix Vietnamese Text Display #1691

Closed haikbvn closed 1 month ago

haikbvn commented 2 months ago

Description

This pull request addresses an issue with the display of Vietnamese text by modifying the font-family property. Previously, Vietnamese text might not have been rendered correctly due to the absence of a fallback font. This change adds a fallback font option to ensure proper display across various environments.

Code Changes

- font-family: 'Inter var' !important;
+ font-family: 'Inter var', sans-serif !important;

Testing

To ensure that the display of Vietnamese text is fixed, the following steps were taken:

This change has been tested and confirmed to resolve the issue with Vietnamese text display.