Skip to content

Commit 38ab6c1

Browse files
committed
Set code font and remove unused palette
1 parent 1aaf871 commit 38ab6c1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/components/post/PostContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as React from 'react';
22
import styled from 'styled-components';
33
import MarkdownRender from '../common/MarkdownRender';
4-
import palette from '../../lib/styles/palette';
54
import PostHtmlContent from './PostHtmlContent';
65

76
const PostContentBlock = styled.div`

src/index.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url('https://fonts.googleapis.com/css?family=Fira+Mono');
2-
31
body {
42
margin: 0;
53
padding: 0;
@@ -17,7 +15,7 @@ body {
1715
}
1816

1917
code {
20-
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
18+
font-family: 'Fira Mono', source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
2119
monospace;
2220
}
2321

0 commit comments

Comments
 (0)