diff --git a/CHANGELOG.md b/CHANGELOG.md index de46a37..ee8d6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ -# CHANGELOG (v0.1.3) +# CHANGELOG (v0.1.4) -## 0.1.3 (2025-08-02) +## 0.1.4 () -### Backwards incompatible changes for 0.1.2 +### Backwards incompatible changes for 0.1.3 * None ### Bug fixes * None ### Enhancements - * Adjusted Logger messages + * [[`PR-6`](https://github.com/thiagoesteves/observer_web/pull/6)] Adjusted Observer Web Font # Previous Releases - * [0.1.2 🚀 (2025-01-06)](https://github.com/thiagoesteves/observer_web/blob/v0.1.2/CHANGELOG.md) + * [0.1.3 🚀 (2025-02-08)](https://github.com/thiagoesteves/observer_web/blob/v0.1.3/CHANGELOG.md) + * [0.1.2 🚀 (2025-02-08)](https://github.com/thiagoesteves/observer_web/blob/v0.1.2/CHANGELOG.md) * [0.1.0 🚀 (2025-01-06)](https://github.com/thiagoesteves/observer_web/blob/v0.1.0/CHANGELOG.md) \ No newline at end of file diff --git a/assets/css/app.css b/assets/css/app.css index 378c8f9..3b118e1 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap'); + @import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 03b9979..c670a25 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -5,7 +5,8 @@ module.exports = { theme: { fontFamily: { sans: ["Inter var", "sans-serif"], - mono: ["Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace"] + mono: ["Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace"], + oswald: ["Oswald"] }, extend: { spacing: { diff --git a/lib/web/components/icons.ex b/lib/web/components/icons.ex index 3ddbd12..1771efd 100644 --- a/lib/web/components/icons.ex +++ b/lib/web/components/icons.ex @@ -10,15 +10,13 @@ defmodule Observer.Web.Components.Icons do <% :logo -> %> diff --git a/lib/web/components/layouts.ex b/lib/web/components/layouts.ex index 81c6f50..1749ef9 100644 --- a/lib/web/components/layouts.ex +++ b/lib/web/components/layouts.ex @@ -33,10 +33,10 @@ defmodule Observer.Web.Layouts do
-

- +

+ Observer - + WEB