1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-22 21:53:10 +02:00

Fix incorrect font url

This commit is contained in:
Phuoc Nguyen
2021-04-03 19:15:55 +07:00
parent e855f26df4
commit d9dc1988a1

View File

@@ -19,7 +19,7 @@
<meta property="og:image" content="https://csslayout.io/assets/screenshot.png" /> <meta property="og:image" content="https://csslayout.io/assets/screenshot.png" />
<link href="/assets/favicon.png" rel="icon"> <link href="/assets/favicon.png" rel="icon">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&family=Lato&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Lato&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>