Skip to content

Commit

Permalink
fonts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tsaruk committed Aug 23, 2023
1 parent 022c782 commit c4c7988
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../styles/globals.css'
import "../public/fonts/fonts.css"
import type { AppProps } from 'next/app'

export default function App({ Component, pageProps }: AppProps) {
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions public/fonts/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@font-face {
font-family: 'NeueMachina';
src: url(NeueMachina-Regular.ttf) format('woff');
}
5 changes: 0 additions & 5 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@font-face {
font-family: 'NeueMachina';
src: url(styles/NeueMachina-Regular.ttf) format('woff');
}

.main {
position: relative;
display: flex;
Expand Down

0 comments on commit c4c7988

Please sign in to comment.