mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
[Fontations] Remove Fontations suffix from font names
Refs https://chromium-review.googlesource.com/c/chromium/src/+/6835930
This commit is contained in:
@@ -2976,7 +2976,7 @@ describe('font fallback', () => {
|
||||
} else if (process.platform === 'darwin') {
|
||||
expect(fonts[0].familyName).to.equal('Helvetica');
|
||||
} else if (process.platform === 'linux') {
|
||||
expect(fonts[0].familyName).to.equal('DejaVu Sans (Fontations)');
|
||||
expect(fonts[0].familyName).to.equal('DejaVu Sans');
|
||||
} // I think this depends on the distro? We don't specify a default.
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user