Skip to content

Commit

Permalink
Font update
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Jun 4, 2024
1 parent f4fffca commit ffaa15c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<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=Averia+Sans+Libre:wght@400;700&family=Noto+Sans&display=swap"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet"
/>
<!-- styles -->
Expand Down Expand Up @@ -479,12 +479,21 @@ <h2>Gallery</h2>
<h2>Ready to get started?</h2>
<div class="download-options">
<div>
<ms-store-badge productid="9NTM2QC6QWS7" size="large" theme="dark" animation="on" window-mode="popup"></ms-store-badge>
<ms-store-badge
productid="9NTM2QC6QWS7"
size="large"
theme="dark"
animation="on"
window-mode="popup"
></ms-store-badge>
</div>
<div class="download-button-wrapper">
<a class="download-button" href="https://github.com/rocksdanister/lively/releases/download/v2.1.0.8/lively_setup_x86_full_v2108.exe" >
<a
class="download-button"
href="https://github.com/rocksdanister/lively/releases/download/v2.1.0.8/lively_setup_x86_full_v2108.exe"
>
<div class="download-wrapper">
<img alt="lively installer" src="assets/icons/download.svg" class="white-filter">
<img alt="lively installer" src="assets/icons/download.svg" class="white-filter" />
<div>
<span>Windows 64-bit</span>
<h1>Installer</h1>
Expand Down
4 changes: 2 additions & 2 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--color3: #493382;
--color-font1: white;
--color-font2: rgba(255, 255, 255, 0.8);
--font1: "Averia Sans Libre", cursive;
--font1: "Nunito", sans-serif;
--font2: "Noto Sans", sans-serif;
}

Expand Down Expand Up @@ -486,7 +486,7 @@ li.card p {
.download-button {
margin-top: 10px;
background-color: black;
border-radius: 10px;
border-radius: 15px;
width: 292px;
height: 102px;
transition: 0.25s;
Expand Down

0 comments on commit ffaa15c

Please sign in to comment.