Skip to content

Commit

Permalink
Merge pull request #805 from tailwindcss/drop-sfmono
Browse files Browse the repository at this point in the history
Drop SFMono from default mono font stack
  • Loading branch information
adamwathan authored Mar 25, 2019
2 parents 57284d9 + 7544c1b commit c90d55c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions __tests__/fixtures/tailwind-output-important.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
Expand Down Expand Up @@ -3467,7 +3467,7 @@ video {
}

.font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.font-hairline {
Expand Down Expand Up @@ -10250,7 +10250,7 @@ video {
}

.sm\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.sm\:font-hairline {
Expand Down Expand Up @@ -17018,7 +17018,7 @@ video {
}

.md\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.md\:font-hairline {
Expand Down Expand Up @@ -23786,7 +23786,7 @@ video {
}

.lg\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.lg\:font-hairline {
Expand Down Expand Up @@ -30554,7 +30554,7 @@ video {
}

.xl\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.xl\:font-hairline {
Expand Down
12 changes: 6 additions & 6 deletions __tests__/fixtures/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
Expand Down Expand Up @@ -3467,7 +3467,7 @@ video {
}

.font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-hairline {
Expand Down Expand Up @@ -10250,7 +10250,7 @@ video {
}

.sm\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.sm\:font-hairline {
Expand Down Expand Up @@ -17018,7 +17018,7 @@ video {
}

.md\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.md\:font-hairline {
Expand Down Expand Up @@ -23786,7 +23786,7 @@ video {
}

.lg\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.lg\:font-hairline {
Expand Down Expand Up @@ -30554,7 +30554,7 @@ video {
}

.xl\:font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.xl\:font-hairline {
Expand Down
1 change: 0 additions & 1 deletion stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ module.exports = {
],
serif: ['Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
mono: [
'SFMono-Regular',
'Menlo',
'Monaco',
'Consolas',
Expand Down

0 comments on commit c90d55c

Please sign in to comment.