mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-21 16:52:13 +00:00
added fonts + changes to tailwind files
This commit is contained in:
parent
f5d0864a3c
commit
b296e4fe3f
12
src/app.css
12
src/app.css
@ -1,3 +1,15 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100;200;300;400;500;600;700&family=Bebas+Neue&display=swap');
|
||||
|
||||
|
||||
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
@layer base{
|
||||
html {
|
||||
font-family: 'Anuphan', sans-serif;
|
||||
}
|
||||
}
|
@ -3,8 +3,8 @@
|
||||
|
||||
<section>
|
||||
<div class="text-center mt-10">
|
||||
<h1 class="text-3xl font-bold">Honesty</h1>
|
||||
<p class="text-sm font-bold">by Fishie</p>
|
||||
<h1 class="text-4xl font-bold font-signature">Honesty</h1>
|
||||
<p class="text-sm font-bold font-signature">by Fishie</p>
|
||||
</div>
|
||||
|
||||
<div class=" container flex justify-center items-center mt-20 mb-10">
|
||||
|
@ -2,7 +2,18 @@
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
container: {
|
||||
center: true,
|
||||
padding: '1.25em',
|
||||
screens:{
|
||||
'xl': '1200px',
|
||||
'2xl': '1200px',
|
||||
},
|
||||
},
|
||||
extend: {},
|
||||
fontFamily: {
|
||||
signature: ['Bebas Neue','cursive']
|
||||
}
|
||||
},
|
||||
plugins: [require('daisyui')],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user