Update layout files to change font styles and include style.css; enhance style.scss with new variables and tag styles

This commit is contained in:
2024-11-17 22:55:50 +01:00
parent d2daa98f7e
commit 22f1b84cd8
8 changed files with 141 additions and 13 deletions

View File

@@ -8,11 +8,11 @@
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="robots" content="all">
<link rel="stylesheet" type="text/css" href="/layout/style.css">
<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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="/layout/style.css">
</head>
<body class="unlogged">
<?= $this -> content;?>