Skip to content

Commit 92ce525

Browse files
committed
style: NavBar 글꼴 제거
1 parent 001c654 commit 92ce525

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/components/NavBar.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import logo from '../images/logo.png';
2-
import '../styles/NavBar.css';
3-
import { NavLink } from 'react-router-dom';
1+
import logo from "../images/logo.png";
2+
import "../styles/NavBar.css";
3+
import { NavLink } from "react-router-dom";
44

55
export function NavBar() {
66
return (

src/styles/NavBar.css

-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ nav {
3939

4040
.navbar-board,
4141
.navbar-market {
42-
font-family: 'Roboto', sans-serif;
4342
margin-left: 30px;
4443
font-size: 18px;
4544
font-weight: 700;
@@ -49,7 +48,6 @@ nav {
4948
}
5049

5150
.navbar-market-active {
52-
font-family: 'Roboto', sans-serif;
5351
margin-left: 30px;
5452
font-size: 18px;
5553
font-weight: 700;

0 commit comments

Comments
 (0)