Skip to content

Commit

Permalink
Try ubuntu only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jun 7, 2023
1 parent d3efbf9 commit 1df3f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/visual/home-page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test.describe.only( 'Home page', () => {
test.beforeEach( async ( { page } ) => {
await page.goto( '/' );
await page.addStyleTag( {
content: `body { font-family: -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell,"Helvetica Neue", sans-serif !important; }`,
content: `body { font-family: Ubuntu !important; }`,
} );
} );

Expand Down

0 comments on commit 1df3f39

Please sign in to comment.