Skip to content

Commit

Permalink
changing font style
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Thway-Htut committed Dec 22, 2024
1 parent f24125c commit 5e80fa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Article Section</title>
<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=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/m-icon.png"/>
<link rel="stylesheet" href="/styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -63,6 +66,6 @@
</body>
<footer class="footer">
<p>&copy; minthwayhtut 2024 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 20.12.2024</p>
<p id="last-update">Last updated on 22.12.2024</p>
</footer>
</html>

0 comments on commit 5e80fa0

Please sign in to comment.