kingswanwho opened a new pull request #2395: URL: https://github.com/apache/drill/pull/2395
# [DRILL-8067](https://issues.apache.org/jira/browse/DRILL-8067): Localize the font for better User-experience of China mainland ## Description Drill Web UI requests a font to Google's URL https://fonts.googleapis.com/icon?family=Material+Icons, since users from China mainland cannot visit google directly, each Drill Web UI will render until the request time-out, to make the Web UI works slowly. This PR deleted the request and localized the font to make render faster for China mainland user. ## Documentation N/A ## Testing (Please describe how this PR has been tested.) Web UI doesn't request font to google, and the render get faster obviously. Manually tested Drill Web UI basic functions: Query, Profiles, Storage, Metrics, Threads, Logs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
