Skip to content

Commit

Permalink
updated heading font to Monsaratt for Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish4kmax committed Feb 4, 2024
1 parent 7ad97a2 commit c26d777
Show file tree
Hide file tree
Showing 543 changed files with 5 additions and 397,344 deletions.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tic Tac Toe</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.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=Montserrat:wght@600&display=swap" rel="stylesheet">
<style>
/* Ensure the body fills the entire viewport */
body {
Expand Down Expand Up @@ -40,6 +43,7 @@
}

h1 {
font-family: 'Montserrat', sans-serif;
color: #ffffff;
font-size: 100px;
margin-bottom: 20px;
Expand Down Expand Up @@ -153,7 +157,7 @@
</head>

<body>
<h1 class="animate__animated animate__lightSpeedInLeft" align="center">Tic Tac Toe</h1>
<h1 class="animate__animated animate__lightSpeedInLeft" align="center">Tic-Tac-Toe</h1>
<div class="container">
<div class="content animate__animated animate__fadeIn">
<p>Tic Tac Toe is a classic game played by two players, traditionally using X and O symbols on a 3x3
Expand Down
Loading

0 comments on commit c26d777

Please sign in to comment.