Skip to content

Commit

Permalink
Doto Google Font
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkala committed Nov 10, 2024
1 parent 1119b59 commit 4317b30
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions public/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timo says Hello World!</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Doto:[email protected]&display=swap');
body {
margin: 0;
padding: 0;
Expand All @@ -21,6 +22,12 @@
background-size: cover;
overflow: hidden;
position: relative;
font-family: "Doto", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-variation-settings:
"ROND" 0;
}

.star {
Expand Down Expand Up @@ -61,15 +68,14 @@
0 0 15px rgba(255, 255, 255, 0.6),
0 0 20px rgba(173, 216, 230, 0.6),
0 0 30px rgba(173, 216, 230, 0.5);
font-family: 'Comic Sans MS', 'Chalkboard', sans-serif;
z-index: 1;
position: relative;
opacity: .25;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<h1>Kirkkala</h1>
<script>
function twinkleTwinkleLittleStars() {
const numStars = 369;
Expand Down

0 comments on commit 4317b30

Please sign in to comment.