Skip to content

Commit

Permalink
Fix integration tests after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Miraeld committed Dec 5, 2024
1 parent 05d8e02 commit ef79267
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Font V1 and V2 Template</title>
<link rel="stylesheet" href="http://example.org/wp-content/cache/fonts/1/google-font/6/2/4/f2c2b9858423d0688793189f6e6cb.css" data-wpr-hosted-gf-parameters="family=Roboto|Open+Sans"/> <!-- V1 Fonts -->
<link rel="stylesheet" href="http://example.org/wp-content/cache/fonts/1/google-fonts/css/6/2/4/f2c2b9858423d0688793189f6e6cb.css" data-wpr-hosted-gf-parameters="family=Roboto|Open+Sans"/> <!-- V1 Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;700&display=swap" rel="stylesheet"> <!-- V2 Fonts -->
<style>
.v1-font-roboto {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
<title>
Sample Page</title>
<link rel="stylesheet" href="http://example.org/wp-content/cache/fonts/1/google-font/6/d/7/172af71817da0a395d11c04715cf7.css" data-wpr-hosted-gf-parameters="family=Goldman:wght@700&family=Roboto:ital,wght@0,100;0,400;0,500;1,500;1,900&family=MontSerra:ital,wght@0,100;0,400;0,500;1,500;1,900&family=Comfortaa&display=optional"/>
<title>
Sample Page</title>
<link rel="stylesheet" href="http://example.org/wp-content/cache/fonts/1/google-fonts/css/6/d/7/172af71817da0a395d11c04715cf7.css" data-wpr-hosted-gf-parameters="family=Goldman:wght@700&family=Roboto:ital,wght@0,100;0,400;0,500;1,500;1,900&family=MontSerra:ital,wght@0,100;0,400;0,500;1,500;1,900&family=Comfortaa&display=optional"/>

<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=auto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=auto" rel="stylesheet">
</head>
<body>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
<title>
Sample Page</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Goldman:wght@700&#038;family=Roboto:ital,wght@0,100;0,400;0,500;1,500;1,900&#038;family=MontSerra:ital,wght@0,100;0,400;0,500;1,500;1,900&#038;family=Comfortaa&#038;display=optional" media="print" onload="this.media=\'all\'" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=auto" rel="stylesheet">
<title>
Sample Page</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Goldman:wght@700&#038;family=Roboto:ital,wght@0,100;0,400;0,500;1,500;1,900&#038;family=MontSerra:ital,wght@0,100;0,400;0,500;1,500;1,900&#038;family=Comfortaa&#038;display=optional" media="print" onload="this.media=\'all\'" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=auto" rel="stylesheet">
</head>
<body>
</body>
Expand Down

0 comments on commit ef79267

Please sign in to comment.