diff --git a/src/components/Endpoint/styled.elements.ts b/src/components/Endpoint/styled.elements.ts index 4241ff0902..f00a032b11 100644 --- a/src/components/Endpoint/styled.elements.ts +++ b/src/components/Endpoint/styled.elements.ts @@ -7,7 +7,7 @@ export const OperationEndpointWrap = styled.div` `; export const ServerRelativeURL = styled.span` - font-family: ${props => props.theme.typography.headings.fontFamily}; + font-family: ${props => props.theme.typography.code.fontFamily}; margin-left: 10px; flex: 1; overflow-x: hidden;