diff options
Diffstat (limited to 'chart/index.html')
| -rw-r--r-- | chart/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chart/index.html b/chart/index.html index 3059b2f..de53cd9 100644 --- a/chart/index.html +++ b/chart/index.html @@ -18,13 +18,16 @@ <meta name="theme-color" content="#2c3e50"> <script src="https://cdn.usefathom.com/script.js" data-site="NEBPAKSA" defer></script> <script src="https://cwjs.mastercw.com/cw.min.js"></script> - + <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet"> - + <link + href="https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600&family=Poppins:wght@400;600;700&display=swap" + rel="stylesheet"> + <!-- Main Stylesheet --> + <link rel="stylesheet" href="../base.css"> <link rel="stylesheet" href="styles.css"> </head> |
