From 14a3f3bacd8f2e9814cb5e2ccc4646b899036353 Mon Sep 17 00:00:00 2001 From: lou Date: Sat, 12 Oct 2024 20:02:35 -0400 Subject: [PATCH] add google fonts and set new font --- src/css/base.css | 4 ++++ tailwind.config.js | 6 +++++- views/about.ejs | 5 ++++- views/contact.ejs | 5 ++++- views/index.ejs | 5 ++++- views/projects.ejs | 5 ++++- views/status.ejs | 5 ++++- views/verify.ejs | 5 ++++- 8 files changed, 33 insertions(+), 7 deletions(-) diff --git a/src/css/base.css b/src/css/base.css index b4a7185..b74ed5b 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -4,4 +4,8 @@ .glow { box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); +} + +body { + @apply font-afacad-flux; } \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 41191ca..ccbe80f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,7 +2,11 @@ module.exports = { content: ["./views/**/*.{ejs,js}"], theme: { - extend: {}, + extend: { + fontFamily: { + 'afacad-flux': ['"Afacad Flux"', 'sans-serif'], + }, + }, }, plugins: [], } diff --git a/views/about.ejs b/views/about.ejs index 2f5936e..59195ff 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -5,8 +5,11 @@ aidxn.fun | about + + + - + <%- include('shards/header.ejs', { req: req }) %>

About Me

diff --git a/views/contact.ejs b/views/contact.ejs index 4ed9c3b..e4f01ed 100644 --- a/views/contact.ejs +++ b/views/contact.ejs @@ -5,9 +5,12 @@ aidxn.fun | contact + + + - + <%- include('shards/header.ejs', { req: req }) %>
diff --git a/views/index.ejs b/views/index.ejs index f1a7904..2809a3a 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -5,8 +5,11 @@ aidxn.fun + + + - + <%- include('shards/header.ejs', { req: req }) %>
diff --git a/views/projects.ejs b/views/projects.ejs index 6f3cb7d..7d59bfc 100644 --- a/views/projects.ejs +++ b/views/projects.ejs @@ -5,8 +5,11 @@ aidxn.fun | projects + + + - + <%- include('shards/header.ejs', { req: req }) %>

Projects

diff --git a/views/status.ejs b/views/status.ejs index 8d797de..31234a8 100644 --- a/views/status.ejs +++ b/views/status.ejs @@ -6,8 +6,11 @@ aidxn.fun | status + + + - + <%- include('shards/header.ejs', { req: req }) %>
diff --git a/views/verify.ejs b/views/verify.ejs index e59ce8e..f2dd2db 100644 --- a/views/verify.ejs +++ b/views/verify.ejs @@ -6,8 +6,11 @@ aidxn.fun | verify + + + - + <%- include('shards/header.ejs', { req: req }) %>