Skip to content
Snippets Groups Projects
Commit 0325fe83 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Loading fonts in index.html to reduce loading delay

parent 019f1991
No related branches found
No related tags found
1 merge request!2WIP: Using react
......@@ -13,6 +13,9 @@
content="ryoko is a project planning tool created for developers to organize their tasks effectively">
<meta name="name" content="ryoko | plan your projects like a journey">
<meta property="og:title" content="Try planning your next project with ryoko!">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>ryoko | plan your projects like a journey</title>
</head>
......
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment