Skip to content

Commit 2982f27

Browse files
committed
Substitute bold italics with a light weight of font
1 parent 49933ca commit 2982f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="theme-color" content="#2B3A42">
88
<link rel="shortcut icon" href="/assets/favicon.ico">
99

10-
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600|Source+Sans+Pro:400,400i,500,500i" rel="stylesheet">
10+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600|Source+Sans+Pro:200,400,400i,500" rel="stylesheet">
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313
<% for (var file in webpackConfig.template.cssFiles) { %>

0 commit comments

Comments
 (0)