ui: swap inter for ibm plex sans, and oxygen mono for ibm plex mono

This commit is contained in:
Jean-Philippe Sirois
2020-11-12 05:23:18 -05:00
parent 100586a34a
commit bfc9cc066b
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ export const menuItemStyles = css`
position: relative;
transition: color 0.3s;
margin: 10px 20px 5px 0;
font-family: "Oxygen Mono", monospace;
font-family: "IBM Plex Mono", monospace;
&:hover {
color: #fff;
+1 -1
View File
@@ -5,7 +5,7 @@ export const HomePartnerWrapper = styled.div`
margin-top: 32px;
display: flex;
align-items: center;
font-family: "Oxygen Mono", monospace;
font-family: "IBM Plex Mono", monospace;
text-transform: uppercase;
font-size: 22px;
color: ${(props) => props.theme.main.foreground};
+1 -1
View File
@@ -111,7 +111,7 @@ export const MarkdownWrapper = styled.div`
border-radius: 3px;
letter-spacing: 0.25px;
color: #ebedee;
font-family: "Oxygen Mono", monospace;
font-family: "IBM Plex Mono", monospace;
}
:not(pre) > code[class*="language-"],