Skip to content

Commit 078e87c

Browse files
committed
style: NavBar 글꼴 제거
1 parent f45e1c7 commit 078e87c

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
@@ -21,7 +21,6 @@ nav {
2121

2222
.navbar-board,
2323
.navbar-market {
24-
font-family: 'Roboto', sans-serif;
2524
margin-left: 30px;
2625
font-size: 18px;
2726
font-weight: 700;
@@ -31,7 +30,6 @@ nav {
3130
}
3231

3332
.navbar-market-active {
34-
font-family: 'Roboto', sans-serif;
3533
margin-left: 30px;
3634
font-size: 18px;
3735
font-weight: 700;

0 commit comments

Comments
 (0)