Skip to content

Commit

Permalink
Remove font render hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Mar 6, 2020
1 parent 3a90867 commit fe91234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/visual-regression.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let fixtures: { id: string; url: string }[];
let browser: puppeteer.Browser;

beforeAll(async () => {
browser = await puppeteer.launch();
browser = await puppeteer.launch({ args: ["--font-render-hinting=none"] });
fixtures = (await getFixtureUrls({ cosmosConfig: detectCosmosConfig() })).map(
url => ({
id: url.replace(/.*?fixtureId\=/, ""),
Expand Down

0 comments on commit fe91234

Please sign in to comment.