Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit a0db677

Browse files
authored
Merge pull request #49 from reinholdfuereder/patch-2
HTML Report: use HTTPS for fonts
2 parents 12d76a4 + 17307ea commit a0db677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResultPrinter/template/scenarios.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<title>Test results</title>
44
<meta charset='utf-8'>
5-
<link href='http://fonts.googleapis.com/css?family=Varela+Round&v2' rel='stylesheet' type='text/css'>
5+
<link href='https://fonts.googleapis.com/css?family=Varela+Round&v2' rel='stylesheet' type='text/css'>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<style>
88
.layout {

0 commit comments

Comments
 (0)