Fixed Incorrect Font Links

This commit is contained in:
BloxerHD 2025-06-10 12:19:15 +01:00
commit e1ab8dbbe9
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Account | SPFN</title> <title>Account | SPFN</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
<script type="text/javascript" src="/js/lang.js"></script> <script type="text/javascript" src="/js/lang.js"></script>
</head> </head>

View file

@ -1,7 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Guides | SPFN</title> <title>Guides | SPFN</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
<script type="text/javascript" src="/js/lang.js"></script> <script type="text/javascript" src="/js/lang.js"></script>
</head> </head>