Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
fix: font stack (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBlomgren authored Mar 19, 2019
1 parent f0914f8 commit 5ea5fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const WEIGHTS = {

export default function createTypography() {
const ifSmallDevice = (smallFontSize, largeFontSize) => ({
fontFamily: '"Nordnet Sans Mono", "Open Sans", sans',
fontFamily:
'"Nordnet Sans Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',
fontSize: smallFontSize,
letterSpacing: 'normal',
[`@media only screen and (min-width: ${SMALL_DEVICE}px)`]: {
Expand Down

1 comment on commit 5ea5fd5

@vercel
Copy link

@vercel vercel bot commented on 5ea5fd5 Mar 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://nordnet-ui-kit-qrtu9ytrf.now.sh to the following alias:

Please sign in to comment.