diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-04 23:05:58 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-04 23:05:58 +0100 |
| commit | 0f19e2f80ac7ac2f45310eab35e2af5e55f23de2 (patch) | |
| tree | 6305e86a0216aa61dad2042afedba10d6da4c1b5 /chart/index.html | |
| parent | 7594c37f28cdaf58a718d2e981000cb2a3a3e7e5 (diff) | |
Extract base styles
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> |
