Skip to content

Commit

Permalink
chore: mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 12, 2024
1 parent 2ded7aa commit 394d88a
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 1 deletion.
64 changes: 63 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
:root {
--primary-color: #196680;
--secondary-color: #80dfff;
--alternative-color: #ff9b33;
--text-color: #222222;
}

a {
color: var(--primary-color);
}

.dark a {
color: var(--secondary-color);
}

a:hover {
color: var(--alternative-color);
}

h1,
h2,
h3 {
color: var(--primary-color);
}

.dark h1,
.dark h2,
.dark h3 {
color: var(--secondary-color);
}

.dark .pagination a {
color: var(--primary-color);
}

body {
color: #222;
font-family: sans-serif;
font-family:
Monaspace Argon,
sans-serif;
line-height: 1.5;
margin: 1rem;
max-width: 768px;
Expand All @@ -20,3 +57,28 @@ a {
color: #00e;
text-decoration: none;
}

h1 {
font-family:
Optician Sans,
sans-serif;
}

@font-face {
font-family: "Optician Sans";
font-style: normal;
font-weight: 400;
src: url("/fonts/Optiker-K.woff") format("woff");
}

@font-face {
font-family: "Monaspace Radon";
font-style: normal;
src: url("/fonts/MonaspaceRadon-Regular.woff") format("woff");
}

@font-face {
font-family: "Monaspace Argon";
font-style: normal;
src: url("/fonts/MonaspaceArgon-Medium.woff") format("woff");
}
Empty file added data/.gitkeep
Empty file.
Empty file added i18n/.gitkeep
Empty file.
Binary file added static/fonts/MonaspaceArgon-Regular.woff
Binary file not shown.
Binary file added static/fonts/MonaspaceRadon-Bold.woff
Binary file not shown.
Binary file added static/fonts/MonaspaceRadon-BoldItalic.woff
Binary file not shown.
Binary file added static/fonts/MonaspaceRadon-Italic.woff
Binary file not shown.
Binary file added static/fonts/MonaspaceRadon-Regular.woff
Binary file not shown.
Binary file added static/fonts/Optiker-K.woff
Binary file not shown.

0 comments on commit 394d88a

Please sign in to comment.