Skip to content

Commit 1e3aad6

Browse files
committed
Resolve velopert#30, velopert#31. Saying good bye to Spoqa Han Sans.
Let's remove permanently later on
1 parent 4e19292 commit 1e3aad6

File tree

12 files changed

+19
-20
lines changed

12 files changed

+19
-20
lines changed

src/GlobalStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const GlobalStyles = createGlobalStyle`
44
body {
55
margin: 0;
66
padding: 0;
7-
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", arial, 나눔고딕, "Nanum Gothic", 돋움, Dotum, Tahoma, Geneva, sans-serif;
7+
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", arial, "Malgun Gothic", "맑은 고딕", 나눔고딕, "Nanum Gothic", "Noto Sans KR", "Noto Sans CJK KR", 돋움, Dotum, Tahoma, Geneva, sans-serif;
88
-webkit-font-smoothing: antialiased;
99
-moz-osx-font-smoothing: grayscale;
1010
color: #212529;

src/components/common/MarkdownEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const MarkdownEditorBlock = styled.div`
1313
font-size: 1.125rem;
1414
line-height: 1.5;
1515
color: ${palette.gray8};
16-
font-family: 'Fira Mono', 'Spoqa Han Sans', monospace;
16+
font-family: 'Fira Mono', monospace;
1717
/* font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', */
1818
.cm-header {
1919
line-height: 2;

src/components/common/Typography.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const TypographyBlock = styled.div`
3030
}
3131
}
3232
}
33-
font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
33+
/* font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
3434
-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Apple SD Gothic Neo',
35-
arial, 나눔고딕, 'Nanum Gothic', 돋움;
35+
arial, 나눔고딕, 'Nanum Gothic', 돋움; */
3636
3737
a {
3838
color: ${palette.teal7};

src/components/common/UserProfile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const UserInfo = styled.div`
4848
flex-direction: column;
4949
justify-content: center;
5050
margin-left: 1rem;
51-
font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
51+
/* font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
5252
-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Apple SD Gothic Neo',
53-
arial, 나눔고딕, 'Nanum Gothic', 돋움;
53+
arial, 나눔고딕, 'Nanum Gothic', 돋움; */
5454
5555
.name {
5656
font-size: 1.5rem;

src/components/post/PostHead.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const PostHeadBlock = styled(VelogResponsive)`
2323
}
2424
}
2525
h1 {
26-
font-family: 'Spoqa Han Sans';
26+
/* font-family: 'Spoqa Han Sans'; */
2727
font-size: 3rem;
2828
line-height: 1.5;
2929
letter-spacing: -0.02em;
@@ -46,7 +46,7 @@ const SubInfo = styled.div`
4646
align-items: center;
4747
font-size: 1rem;
4848
color: ${palette.gray7};
49-
font-family: 'Spoqa Han Sans';
49+
/* font-family: 'Spoqa Han Sans'; */
5050
display: flex;
5151
justify-content: space-between;
5252
.information {

src/components/post/PostSeriesInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const PostSeriesInfoBlock = styled.div`
4242
}
4343
}
4444
margin-top: 0;
45-
font-family: 'Spoqa Han Sans';
45+
/* font-family: 'Spoqa Han Sans'; */
4646
color: ${palette.gray7};
4747
font-weight: bold;
4848
padding-right: 2rem;
@@ -141,7 +141,7 @@ const PostList = styled.ol`
141141
padding-left: 0;
142142
line-height: 1.8;
143143
font-size: 1rem;
144-
font-family: 'Spoqa Han Sans';
144+
/* font-family: 'Spoqa Han Sans'; */
145145
color: ${palette.gray7};
146146
counter-reset: item;
147147
${media.small} {

src/components/velog/SeriesItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const SeriesItemBlock = styled.div`
2828
}
2929
}
3030
31-
font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
31+
/* font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
3232
-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Apple SD Gothic Neo',
33-
arial, 나눔고딕, 'Nanum Gothic', 돋움;
33+
arial, 나눔고딕, 'Nanum Gothic', 돋움; */
3434
3535
h4 {
3636
font-size: 1rem;

src/components/velog/SeriesPostItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import Skeleton from '../common/Skeleton';
99
import media from '../../lib/styles/media';
1010

1111
const SeriesPostItemBlock = styled.div<{ edit?: boolean }>`
12-
font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
12+
/* font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
1313
-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Apple SD Gothic Neo',
14-
arial, 나눔고딕, 'Nanum Gothic', 돋움;
14+
arial, 나눔고딕, 'Nanum Gothic', 돋움; */
1515
1616
h2 {
1717
margin: 0;

src/components/velog/SeriesPostsTemplate.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ const SeriesPostsTemplateBlock = styled.div`
1414
}
1515
h1 {
1616
letter-spacing: -0.02em;
17-
font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
17+
/* font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
1818
-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Apple SD Gothic Neo',
19-
arial, 나눔고딕, 'Nanum Gothic', 돋움;
19+
arial, 나눔고딕, 'Nanum Gothic', 돋움; */
2020
margin-top: 1rem;
2121
line-height: 1.5;
2222
margin-bottom: 1.5rem;

src/components/write/WriteMarkdownEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const MarkdownEditorBlock = styled.div`
7070
font-size: 1.125rem;
7171
line-height: 1.5;
7272
color: ${palette.gray8};
73-
font-family: 'Fira Mono', 'Spoqa Han Sans', monospace;
73+
font-family: 'Fira Mono', monospace;
7474
/* font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', */
7575
.cm-header {
7676
line-height: 2;

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import './typography.css';
43
import App from './App';
54
import * as serviceWorker from './serviceWorker';
65
import { BrowserRouter } from 'react-router-dom';

src/lib/styles/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const ellipsis = css`
88
`;
99

1010
export const customFont = css`
11-
font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
11+
/* font-family: 'Spoqa Han Sans', -apple-system, BlinkMacSystemFont,
1212
-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Apple SD Gothic Neo',
13-
arial, 나눔고딕, 'Nanum Gothic', 돋움;
13+
arial, 나눔고딕, 'Nanum Gothic', 돋움; */
1414
`;

0 commit comments

Comments
 (0)