Skip to content

Commit

Permalink
test: removed old test and trying another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
nslee333 committed Mar 1, 2024
1 parent 15c462c commit d348836
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
12 changes: 11 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ export default function HomePage() {
className='bg-fixed bg-cover flex justify-center'
style={{ backgroundImage: `url(${bgImage})` }}
>
<div className='bg-[#fff] sm:w-5/6 md:w-3/4 max-w-3xl sm:mt-10 mb-10 sm:p-[1.5rem] rounded-lg'>
<div
className='bg-[#fff]
sm:w-5/6
md:w-3/4
max-w-3xl
sm:mt-10
mb-10
sm:p-[1.5rem]
rounded-lg
font-primary'
>
<Head>
<title>Bend DevOps</title>
</Head>
Expand Down
15 changes: 0 additions & 15 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@
/* #endregion /**======== Primary Color =========== */
}

@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 100 900;
font-display: optional;
src: url('/fonts/FiraSans-Regular.ttf') format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}

* {
font-family: 'Fira Sans', sans-serif;
}

@layer base {
/* inter var - latin */
@font-face {
Expand Down

1 comment on commit d348836

@vercel
Copy link

@vercel vercel bot commented on d348836 Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.