Skip to content

DX Icons: Add Font Antialiasing for Mac (#8494)#8498

Merged
arman-boyakhchyan merged 1 commit intoDevExpress:26_1from
arman-boyakhchyan:icons-mac-antialiasing-26-1
Feb 26, 2026
Merged

DX Icons: Add Font Antialiasing for Mac (#8494)#8498
arman-boyakhchyan merged 1 commit intoDevExpress:26_1from
arman-boyakhchyan:icons-mac-antialiasing-26-1

Conversation

@arman-boyakhchyan
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds font antialiasing support for Mac browsers in the DX Icons application. The change specifically improves the visual rendering of icon fonts on macOS by applying WebKit-specific font smoothing.

Changes:

  • Added -webkit-font-smoothing: antialiased; to the .icon CSS class to improve font rendering on macOS

text-align: center;
vertical-align: middle;
height: 40px;
-webkit-font-smoothing: antialiased;
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For complete Mac font antialiasing support, consider adding the Firefox-specific property. The -webkit-font-smoothing: antialiased only works for WebKit browsers (Safari, Chrome), but Firefox on macOS uses -moz-osx-font-smoothing: grayscale for similar antialiasing effects.

Suggested change
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Copilot uses AI. Check for mistakes.
@arman-boyakhchyan arman-boyakhchyan merged commit 490daef into DevExpress:26_1 Feb 26, 2026
10 checks passed
@arman-boyakhchyan arman-boyakhchyan deleted the icons-mac-antialiasing-26-1 branch February 26, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants