diff --git a/app/assets/images/avatar.png b/app/assets/images/avatar.png new file mode 100644 index 0000000..3a9e536 Binary files /dev/null and b/app/assets/images/avatar.png differ diff --git a/app/assets/stylesheets/_inter.css b/app/assets/stylesheets/_inter.css new file mode 100644 index 0000000..421e60f --- /dev/null +++ b/app/assets/stylesheets/_inter.css @@ -0,0 +1,57 @@ +/* Variable fonts usage: +:root { font-family: "Inter", sans-serif; } +@supports (font-variation-settings: normal) { + :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; } +} */ +@font-face { + font-family: InterVariable; + font-style: normal; + font-weight: 100 900; + font-display: swap; + src: url("/fonts/InterVariable.woff2") format("woff2"); +} +@font-face { + font-family: InterVariable; + font-style: italic; + font-weight: 100 900; + font-display: swap; + src: url("/fonts/InterVariable-Italic.woff2") format("woff2"); +} + +/* static fonts */ +@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("/fonts/Inter-Thin.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("/fonts/Inter-ThinItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("/fonts/Inter-ExtraLight.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("/fonts/Inter-ExtraLightItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("/fonts/Inter-Light.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("/fonts/Inter-LightItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/Inter-Regular.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/Inter-Italic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/Inter-Medium.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("/fonts/Inter-MediumItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/Inter-SemiBold.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("/fonts/Inter-SemiBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/Inter-Bold.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("/fonts/Inter-BoldItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("/fonts/Inter-ExtraBold.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("/fonts/Inter-Black.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("/fonts/Inter-BlackItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("/fonts/InterDisplay-Thin.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("/fonts/InterDisplay-ThinItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("/fonts/InterDisplay-ExtraLight.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("/fonts/InterDisplay-ExtraLightItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("/fonts/InterDisplay-Light.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("/fonts/InterDisplay-LightItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/InterDisplay-Regular.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/InterDisplay-Italic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/InterDisplay-Medium.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("/fonts/InterDisplay-MediumItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/InterDisplay-SemiBold.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("/fonts/InterDisplay-SemiBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/InterDisplay-Bold.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("/fonts/InterDisplay-BoldItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("/fonts/InterDisplay-ExtraBold.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("/fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("/fonts/InterDisplay-Black.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("/fonts/InterDisplay-BlackItalic.woff2") format("woff2"); } diff --git a/app/assets/stylesheets/blog_posts.css b/app/assets/stylesheets/blog_posts.css index ecb1bef..c2e3d22 100644 --- a/app/assets/stylesheets/blog_posts.css +++ b/app/assets/stylesheets/blog_posts.css @@ -31,7 +31,8 @@ form#blog_post_form { margin: 1em auto; padding: .5em; background-color: var(--inset-background-color); - border: 1px solid var(--border-color); + grid-column: 2; + grid-row: 1; > .created_at { text-align: right; diff --git a/app/assets/stylesheets/main.css b/app/assets/stylesheets/main.css index 196013c..d467ad7 100644 --- a/app/assets/stylesheets/main.css +++ b/app/assets/stylesheets/main.css @@ -1,9 +1,14 @@ +@font-face { + font-family: "Rogue"; + src: url("/fonts/rogue.otf"); +} + :root { --border-color: #282828; --highlight-color: #d65d0e; --background-color: #928374; --dark-background-color: #1d2021; - --inset-background-color: #fbf1c7; + --inset-background-color: #fffffa; --alert-border-color: #98971a; --form-error-color: #cc241d; } @@ -12,10 +17,15 @@ box-sizing: border-box; } +:root { font-family: 'Inter', sans-serif; } +@supports (font-variation-settings: normal) { + :root { font-family: 'InterVariable', sans-serif; } +} + body { font-size: 1.2em; - font-family: sans-serif; - background-color: var(--background-color); + background-color: var(--dark-background-color); + position: relative; } strong { @@ -35,6 +45,7 @@ ul { } h1, h2, h3, h4, h5, h6, h7 { + font-family: "Rogue", sans-serif; font-weight: bold; padding: .5em 0; } @@ -44,10 +55,12 @@ h3, h4, h5, h6, h7 { } h1 { - font-size: 4em; + background-color: var(--dark-background-color); + font-size: 5em; text-align: center; color: var(--highlight-color); -webkit-text-stroke: 1px var(--background-color); + padding: .25em 0; } h2 { @@ -55,13 +68,20 @@ h2 { } header { - background-color: var(--dark-background-color); + display: contents; } nav { + background-color: var(--dark-background-color); padding: 1em; + font-family: "Rogue", sans-serif; + position: sticky; + top: 0; > ul { text-align: center; + animation-name: move-menu; + animation-duration: 3s; + animation-timeline: scroll(root block); > li { display: inline; padding: 0 2em; @@ -77,9 +97,8 @@ nav { } } -main { - max-width: 60em; - margin: 0 auto; +#flash_wrapper { + display: contents; } p { @@ -98,16 +117,6 @@ a:link:has(h1), a:visited:has(h1) { text-decoration: none; } -section.content, aside { - margin: 1em auto; - padding: .5em; - background-color: var(--inset-background-color); - border: 1px solid var(--border-color); -} - -aside { - float: left; -} dl { line-height: 1.3em; @@ -122,6 +131,26 @@ dd { } main { + background-color: var(--inset-background-color); + display: grid; + grid-template-columns: 1fr 3fr; + grid-template-rows: 1fr; +} + @media (max-width: 800px) { + main { + display: flex; + flex-direction: column; + } +} +section.content { + grid-column: 2; + padding: 1em; +} + +aside { + font-size: .8em; + grid-column: 1; + grid-row: 1; padding: 1em; } @@ -195,3 +224,16 @@ div.notice { div.alert { border-color: var(--alert-border-color); } + +.avatar { + border: 2px solid var(--dark-background-color); + border-radius: 50%; + box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.5); + margin: 0 auto; +} + +.bordered-aside { + border: 2px solid var(--dark-background-color); + border-radius: .5em; + margin: 1em 0; +} diff --git a/app/assets/stylesheets/microposts.css b/app/assets/stylesheets/microposts.css index edcb4ec..6b9d54c 100644 --- a/app/assets/stylesheets/microposts.css +++ b/app/assets/stylesheets/microposts.css @@ -31,8 +31,6 @@ ul#microposts { margin: 1em auto; padding: .5em; background-color: var(--inset-background-color); - border: 1px solid var(--border-color); - > .created_at { text-align: right; font-size: .8em; diff --git a/app/views/blog_posts/_blog_post.html.erb b/app/views/blog_posts/_blog_post.html.erb index 7d70142..6ddee4a 100644 --- a/app/views/blog_posts/_blog_post.html.erb +++ b/app/views/blog_posts/_blog_post.html.erb @@ -6,3 +6,4 @@ <%= link_to blog_post.created_at.strftime("%Y-%m-%d %H:%M"), blog_post %> +
diff --git a/app/views/blog_posts/index.html.erb b/app/views/blog_posts/index.html.erb index 276505c..7c83c04 100644 --- a/app/views/blog_posts/index.html.erb +++ b/app/views/blog_posts/index.html.erb @@ -1,14 +1,16 @@ -

<%= t(".blog_posts") %>

+
+

<%= t(".blog_posts") %>

-<%= link_to t(".new"), new_blog_post_path if logged_in? %> + <%= link_to t(".new"), new_blog_post_path if logged_in? %> -<% if @blog_posts.empty? %> -

<%= t(".empty") %>

-<% else %> - - <%= paginate @blog_posts %> -<% end %> + <% if @blog_posts.empty? %> +

<%= t(".empty") %>

+ <% else %> + + <%= paginate @blog_posts %> + <% end %> +
diff --git a/app/views/blog_posts/show.html.erb b/app/views/blog_posts/show.html.erb index 7346df1..d237a6a 100644 --- a/app/views/blog_posts/show.html.erb +++ b/app/views/blog_posts/show.html.erb @@ -1,11 +1,12 @@ -
-

<%= @blog_post.title %>

-

<%= @blog_post.content %>

-
- <%= link_to "Edit", edit_blog_post_path(@blog_post) if @blog_post.user == current_user %> - <%= "Updated at #{updated_at(@blog_post)} | " %> - <%= link_to @blog_post.created_at.strftime("%Y-%m-%d %H:%M"), @blog_post %> +
+
+

<%= @blog_post.title %>

+

<%= @blog_post.content %>

+
+ <%= link_to "Edit", edit_blog_post_path(@blog_post) if @blog_post.user == current_user %> + <%= "Updated at #{updated_at(@blog_post)} | " %> + <%= link_to @blog_post.created_at.strftime("%Y-%m-%d %H:%M"), @blog_post %> +
-
- + <%= t(".discuss_post_html") %> diff --git a/app/views/home_pages/index.html.erb b/app/views/home_pages/index.html.erb index 70f23c9..959d91e 100644 --- a/app/views/home_pages/index.html.erb +++ b/app/views/home_pages/index.html.erb @@ -8,6 +8,9 @@
+
diff --git a/app/views/microposts/index.html.erb b/app/views/microposts/index.html.erb index b6ddbe3..0c20483 100644 --- a/app/views/microposts/index.html.erb +++ b/app/views/microposts/index.html.erb @@ -1,16 +1,18 @@ -

<%= t(".microposts") %>

+
+

<%= t(".microposts") %>

-<%= link_to t(".new"), new_micropost_path if logged_in? %> + <%= link_to t(".new"), new_micropost_path if logged_in? %> -<%= t(".intro_html") %> + <%= t(".intro_html") %> -<% if @microposts.empty? %> -

<%= t(".empty") %>

-<% else %> - - <%= paginate @microposts %> -<% end %> + <% if @microposts.empty? %> +

<%= t(".empty") %>

+ <% else %> + + <%= paginate @microposts %> + <% end %> +
diff --git a/app/views/microposts/show.html.erb b/app/views/microposts/show.html.erb index ebdd181..db330bc 100644 --- a/app/views/microposts/show.html.erb +++ b/app/views/microposts/show.html.erb @@ -1 +1,3 @@ -<%= render @micropost %> +
+ <%= render @micropost %> +
diff --git a/config/locales/views/blog_posts/en.yml b/config/locales/views/blog_posts/en.yml index 052dbf5..fcc749c 100644 --- a/config/locales/views/blog_posts/en.yml +++ b/config/locales/views/blog_posts/en.yml @@ -1,7 +1,7 @@ en: blog_posts: index: - blog_posts: blog posts + blog_posts: Blog posts empty: You have no blog posts yet. new: New blog post new: diff --git a/config/locales/views/layouts/application.yml b/config/locales/views/layouts/application.yml index 4bbd3c9..8d95018 100644 --- a/config/locales/views/layouts/application.yml +++ b/config/locales/views/layouts/application.yml @@ -8,5 +8,5 @@ en: profile: Profile register: Register blog_posts: Blog - microposts: μposts + microposts: Microposts diary_entries: Diary diff --git a/config/locales/views/microposts/en.yml b/config/locales/views/microposts/en.yml index 2c5167d..40cd21d 100644 --- a/config/locales/views/microposts/en.yml +++ b/config/locales/views/microposts/en.yml @@ -1,7 +1,7 @@ en: microposts: index: - microposts: μposts + microposts: Microposts empty: You have no μposts yet. new: New μpost intro_html: > diff --git a/public/fonts/Inter-Black.woff2 b/public/fonts/Inter-Black.woff2 new file mode 100644 index 0000000..18b35db Binary files /dev/null and b/public/fonts/Inter-Black.woff2 differ diff --git a/public/fonts/Inter-BlackItalic.woff2 b/public/fonts/Inter-BlackItalic.woff2 new file mode 100644 index 0000000..02c9d8e Binary files /dev/null and b/public/fonts/Inter-BlackItalic.woff2 differ diff --git a/public/fonts/Inter-Bold.woff2 b/public/fonts/Inter-Bold.woff2 new file mode 100644 index 0000000..0f1b157 Binary files /dev/null and b/public/fonts/Inter-Bold.woff2 differ diff --git a/public/fonts/Inter-BoldItalic.woff2 b/public/fonts/Inter-BoldItalic.woff2 new file mode 100644 index 0000000..bc50f24 Binary files /dev/null and b/public/fonts/Inter-BoldItalic.woff2 differ diff --git a/public/fonts/Inter-ExtraBold.woff2 b/public/fonts/Inter-ExtraBold.woff2 new file mode 100644 index 0000000..b113368 Binary files /dev/null and b/public/fonts/Inter-ExtraBold.woff2 differ diff --git a/public/fonts/Inter-ExtraBoldItalic.woff2 b/public/fonts/Inter-ExtraBoldItalic.woff2 new file mode 100644 index 0000000..a5b76ca Binary files /dev/null and b/public/fonts/Inter-ExtraBoldItalic.woff2 differ diff --git a/public/fonts/Inter-ExtraLight.woff2 b/public/fonts/Inter-ExtraLight.woff2 new file mode 100644 index 0000000..1d77ae8 Binary files /dev/null and b/public/fonts/Inter-ExtraLight.woff2 differ diff --git a/public/fonts/Inter-ExtraLightItalic.woff2 b/public/fonts/Inter-ExtraLightItalic.woff2 new file mode 100644 index 0000000..8c68492 Binary files /dev/null and b/public/fonts/Inter-ExtraLightItalic.woff2 differ diff --git a/public/fonts/Inter-Italic.woff2 b/public/fonts/Inter-Italic.woff2 new file mode 100644 index 0000000..4c24ce2 Binary files /dev/null and b/public/fonts/Inter-Italic.woff2 differ diff --git a/public/fonts/Inter-Light.woff2 b/public/fonts/Inter-Light.woff2 new file mode 100644 index 0000000..dbe6143 Binary files /dev/null and b/public/fonts/Inter-Light.woff2 differ diff --git a/public/fonts/Inter-LightItalic.woff2 b/public/fonts/Inter-LightItalic.woff2 new file mode 100644 index 0000000..a40d042 Binary files /dev/null and b/public/fonts/Inter-LightItalic.woff2 differ diff --git a/public/fonts/Inter-Medium.woff2 b/public/fonts/Inter-Medium.woff2 new file mode 100644 index 0000000..0fd2ee7 Binary files /dev/null and b/public/fonts/Inter-Medium.woff2 differ diff --git a/public/fonts/Inter-MediumItalic.woff2 b/public/fonts/Inter-MediumItalic.woff2 new file mode 100644 index 0000000..9676715 Binary files /dev/null and b/public/fonts/Inter-MediumItalic.woff2 differ diff --git a/public/fonts/Inter-Regular.woff2 b/public/fonts/Inter-Regular.woff2 new file mode 100644 index 0000000..b8699af Binary files /dev/null and b/public/fonts/Inter-Regular.woff2 differ diff --git a/public/fonts/Inter-SemiBold.woff2 b/public/fonts/Inter-SemiBold.woff2 new file mode 100644 index 0000000..95c48b1 Binary files /dev/null and b/public/fonts/Inter-SemiBold.woff2 differ diff --git a/public/fonts/Inter-SemiBoldItalic.woff2 b/public/fonts/Inter-SemiBoldItalic.woff2 new file mode 100644 index 0000000..ddfe19e Binary files /dev/null and b/public/fonts/Inter-SemiBoldItalic.woff2 differ diff --git a/public/fonts/Inter-Thin.woff2 b/public/fonts/Inter-Thin.woff2 new file mode 100644 index 0000000..0790960 Binary files /dev/null and b/public/fonts/Inter-Thin.woff2 differ diff --git a/public/fonts/Inter-ThinItalic.woff2 b/public/fonts/Inter-ThinItalic.woff2 new file mode 100644 index 0000000..a7bf213 Binary files /dev/null and b/public/fonts/Inter-ThinItalic.woff2 differ diff --git a/public/fonts/InterDisplay-Black.woff2 b/public/fonts/InterDisplay-Black.woff2 new file mode 100644 index 0000000..8138123 Binary files /dev/null and b/public/fonts/InterDisplay-Black.woff2 differ diff --git a/public/fonts/InterDisplay-BlackItalic.woff2 b/public/fonts/InterDisplay-BlackItalic.woff2 new file mode 100644 index 0000000..735ba21 Binary files /dev/null and b/public/fonts/InterDisplay-BlackItalic.woff2 differ diff --git a/public/fonts/InterDisplay-Bold.woff2 b/public/fonts/InterDisplay-Bold.woff2 new file mode 100644 index 0000000..11c6719 Binary files /dev/null and b/public/fonts/InterDisplay-Bold.woff2 differ diff --git a/public/fonts/InterDisplay-BoldItalic.woff2 b/public/fonts/InterDisplay-BoldItalic.woff2 new file mode 100644 index 0000000..5b6a1fb Binary files /dev/null and b/public/fonts/InterDisplay-BoldItalic.woff2 differ diff --git a/public/fonts/InterDisplay-ExtraBold.woff2 b/public/fonts/InterDisplay-ExtraBold.woff2 new file mode 100644 index 0000000..9058e98 Binary files /dev/null and b/public/fonts/InterDisplay-ExtraBold.woff2 differ diff --git a/public/fonts/InterDisplay-ExtraBoldItalic.woff2 b/public/fonts/InterDisplay-ExtraBoldItalic.woff2 new file mode 100644 index 0000000..4cd61c0 Binary files /dev/null and b/public/fonts/InterDisplay-ExtraBoldItalic.woff2 differ diff --git a/public/fonts/InterDisplay-ExtraLight.woff2 b/public/fonts/InterDisplay-ExtraLight.woff2 new file mode 100644 index 0000000..8621b29 Binary files /dev/null and b/public/fonts/InterDisplay-ExtraLight.woff2 differ diff --git a/public/fonts/InterDisplay-ExtraLightItalic.woff2 b/public/fonts/InterDisplay-ExtraLightItalic.woff2 new file mode 100644 index 0000000..689c8d9 Binary files /dev/null and b/public/fonts/InterDisplay-ExtraLightItalic.woff2 differ diff --git a/public/fonts/InterDisplay-Italic.woff2 b/public/fonts/InterDisplay-Italic.woff2 new file mode 100644 index 0000000..11f20bc Binary files /dev/null and b/public/fonts/InterDisplay-Italic.woff2 differ diff --git a/public/fonts/InterDisplay-Light.woff2 b/public/fonts/InterDisplay-Light.woff2 new file mode 100644 index 0000000..446301c Binary files /dev/null and b/public/fonts/InterDisplay-Light.woff2 differ diff --git a/public/fonts/InterDisplay-LightItalic.woff2 b/public/fonts/InterDisplay-LightItalic.woff2 new file mode 100644 index 0000000..f688196 Binary files /dev/null and b/public/fonts/InterDisplay-LightItalic.woff2 differ diff --git a/public/fonts/InterDisplay-Medium.woff2 b/public/fonts/InterDisplay-Medium.woff2 new file mode 100644 index 0000000..29160b2 Binary files /dev/null and b/public/fonts/InterDisplay-Medium.woff2 differ diff --git a/public/fonts/InterDisplay-MediumItalic.woff2 b/public/fonts/InterDisplay-MediumItalic.woff2 new file mode 100644 index 0000000..ef1bcbe Binary files /dev/null and b/public/fonts/InterDisplay-MediumItalic.woff2 differ diff --git a/public/fonts/InterDisplay-Regular.woff2 b/public/fonts/InterDisplay-Regular.woff2 new file mode 100644 index 0000000..a6c04f6 Binary files /dev/null and b/public/fonts/InterDisplay-Regular.woff2 differ diff --git a/public/fonts/InterDisplay-SemiBold.woff2 b/public/fonts/InterDisplay-SemiBold.woff2 new file mode 100644 index 0000000..2b4db23 Binary files /dev/null and b/public/fonts/InterDisplay-SemiBold.woff2 differ diff --git a/public/fonts/InterDisplay-SemiBoldItalic.woff2 b/public/fonts/InterDisplay-SemiBoldItalic.woff2 new file mode 100644 index 0000000..59091db Binary files /dev/null and b/public/fonts/InterDisplay-SemiBoldItalic.woff2 differ diff --git a/public/fonts/InterDisplay-Thin.woff2 b/public/fonts/InterDisplay-Thin.woff2 new file mode 100644 index 0000000..dc0b948 Binary files /dev/null and b/public/fonts/InterDisplay-Thin.woff2 differ diff --git a/public/fonts/InterDisplay-ThinItalic.woff2 b/public/fonts/InterDisplay-ThinItalic.woff2 new file mode 100644 index 0000000..96439c0 Binary files /dev/null and b/public/fonts/InterDisplay-ThinItalic.woff2 differ diff --git a/public/fonts/InterVariable-Italic.woff2 b/public/fonts/InterVariable-Italic.woff2 new file mode 100644 index 0000000..f22ec25 Binary files /dev/null and b/public/fonts/InterVariable-Italic.woff2 differ diff --git a/public/fonts/InterVariable.woff2 b/public/fonts/InterVariable.woff2 new file mode 100644 index 0000000..22a12b0 Binary files /dev/null and b/public/fonts/InterVariable.woff2 differ diff --git a/public/fonts/rogue.otf b/public/fonts/rogue.otf new file mode 100644 index 0000000..9eabdd5 Binary files /dev/null and b/public/fonts/rogue.otf differ