-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Khadreal <opeyemi.khadri@gmail.com> Co-authored-by: WordPressFan <ahmed@wp-media.me> Co-authored-by: Michael Lee <michaelleemichaellee408@gmail.com>
- Loading branch information
1 parent
e4638fa
commit 1646888
Showing
19 changed files
with
307 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...ures/inc/Engine/Common/PerformanceHints/Frontend/Subscriber/HTML/input_preload_fonts.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<head> | ||
<title>Test</title> | ||
<link rel="stylesheet" href="http://example.org/assets/fonts/font1.woff2"> | ||
<link rel="stylesheet" href="http://example.org/assets/fonts/font2.ttf"> | ||
</head> | ||
<body></body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
...e/Common/PerformanceHints/Frontend/Subscriber/HTML/input_preload_fonts_w_crossorigin.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<head> | ||
<title>Test</title> | ||
<link rel="stylesheet" href="http://external.domain/assets/fonts/font1.woff2"> | ||
<link rel="stylesheet" href="http://example.org/assets/fonts/font2.ttf"> | ||
</head> | ||
<body></body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
...Common/PerformanceHints/Frontend/Subscriber/HTML/input_preload_fonts_w_relative_path.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<head> | ||
<title>Test</title> | ||
<link rel="stylesheet" href="/assets/fonts/font1.woff2"> | ||
<link rel="stylesheet" href="/assets/fonts/font2.ttf"> | ||
</head> | ||
<body></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.