Skip to content

Commit

Permalink
change font for pleasure
Browse files Browse the repository at this point in the history
  • Loading branch information
Spentine committed Oct 18, 2024
1 parent 75f8c0b commit 1984d66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions irrationalTimeSignature.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lexend:[email protected]&display=swap');

body {
background-color: #222222;
color: #ffffff;
font-family: Lexend, Arial, Helvetica, sans-serif;
}

h1 {
Expand All @@ -27,6 +30,7 @@
color: #ffffff;
font-size: 24px;
width: 100px;
font-family: inherit;
}

.centered {
Expand Down

0 comments on commit 1984d66

Please sign in to comment.