add google fonts and set new font
This commit is contained in:
parent
4bdafb6e40
commit
14a3f3bacd
@ -4,4 +4,8 @@
|
|||||||
|
|
||||||
.glow {
|
.glow {
|
||||||
box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
|
box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
@apply font-afacad-flux;
|
||||||
}
|
}
|
@ -2,7 +2,11 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./views/**/*.{ejs,js}"],
|
content: ["./views/**/*.{ejs,js}"],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
fontFamily: {
|
||||||
|
'afacad-flux': ['"Afacad Flux"', 'sans-serif'],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>aidxn.fun | about</title>
|
<title>aidxn.fun | about</title>
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
|
<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=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gradient-to-br from-slate-900 to-black text-white">
|
<body class="bg-gradient-to-br from-slate-900 to-black text-white font-afacad-flux">
|
||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||||
<h1 class="text-5xl font-bold mb-2 text-center">About Me</h1>
|
<h1 class="text-5xl font-bold mb-2 text-center">About Me</h1>
|
||||||
|
@ -5,9 +5,12 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>aidxn.fun | contact</title>
|
<title>aidxn.fun | contact</title>
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
|
<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=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gradient-to-br from-slate-900 to-black text-white">
|
<body class="bg-gradient-to-br from-slate-900 to-black text-white font-afacad-flux">
|
||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
|
|
||||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||||
|
@ -5,8 +5,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>aidxn.fun</title>
|
<title>aidxn.fun</title>
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
|
<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=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-[#111827] text-slate-300">
|
<body class="bg-[#111827] text-slate-300 font-afacad-flux">
|
||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
<div class="relative isolate px-6 pt-13 lg:px-8">
|
<div class="relative isolate px-6 pt-13 lg:px-8">
|
||||||
<div class="mx-auto py-32 sm:py-48 lg:py-56">
|
<div class="mx-auto py-32 sm:py-48 lg:py-56">
|
||||||
|
@ -5,8 +5,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>aidxn.fun | projects</title>
|
<title>aidxn.fun | projects</title>
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
|
<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=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gradient-to-br from-slate-900 to-black text-white">
|
<body class="bg-gradient-to-br from-slate-900 to-black text-white font-afacad-flux">
|
||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||||
<h1 class="text-5xl font-bold mb-2 text-center">Projects</h1>
|
<h1 class="text-5xl font-bold mb-2 text-center">Projects</h1>
|
||||||
|
@ -6,8 +6,11 @@
|
|||||||
<title>aidxn.fun | status</title>
|
<title>aidxn.fun | status</title>
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<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=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gradient-to-br from-slate-900 to-black text-white">
|
<body class="bg-gradient-to-br from-slate-900 to-black text-white font-afacad-flux">
|
||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
|
|
||||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||||
|
@ -6,8 +6,11 @@
|
|||||||
<title>aidxn.fun | verify</title>
|
<title>aidxn.fun | verify</title>
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<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=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gradient-to-br from-slate-900 to-black text-white">
|
<body class="bg-gradient-to-br from-slate-900 to-black text-white font-afacad-flux">
|
||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
|
|
||||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user