Skip to content

Commit 9ff3624

Browse files
authored
Merge pull request #3266 from anand1564/fix-3255-backup
Issue number: 3255
2 parents d292cd1 + a6caaa7 commit 9ff3624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/views/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function renderIndex() {
1212
<meta name="description" content="A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners." />
1313
<title>p5.js Web Editor</title>
1414
${process.env.NODE_ENV === 'production' ? `<link rel='stylesheet' href='${assetsManifest['/app.css']}' />` : ''}
15-
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
15+
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
1616
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
1717
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' / >
1818
<script>

0 commit comments

Comments
 (0)