mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update default monospace font stack to match Bootstrap
This commit is contained in:
parent
d6be4d4dfb
commit
9fa075c154
@ -2922,7 +2922,7 @@ textarea {
|
||||
}
|
||||
|
||||
.font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
||||
}
|
||||
|
||||
.font-hairline {
|
||||
@ -8943,7 +8943,7 @@ textarea {
|
||||
}
|
||||
|
||||
.sm\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
||||
}
|
||||
|
||||
.sm\:font-hairline {
|
||||
@ -14949,7 +14949,7 @@ textarea {
|
||||
}
|
||||
|
||||
.md\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
||||
}
|
||||
|
||||
.md\:font-hairline {
|
||||
@ -20955,7 +20955,7 @@ textarea {
|
||||
}
|
||||
|
||||
.lg\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
||||
}
|
||||
|
||||
.lg\:font-hairline {
|
||||
@ -26961,7 +26961,7 @@ textarea {
|
||||
}
|
||||
|
||||
.xl\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
||||
}
|
||||
|
||||
.xl\:font-hairline {
|
||||
|
||||
@ -2922,7 +2922,7 @@ textarea {
|
||||
}
|
||||
|
||||
.font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.font-hairline {
|
||||
@ -8943,7 +8943,7 @@ textarea {
|
||||
}
|
||||
|
||||
.sm\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.sm\:font-hairline {
|
||||
@ -14949,7 +14949,7 @@ textarea {
|
||||
}
|
||||
|
||||
.md\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.md\:font-hairline {
|
||||
@ -20955,7 +20955,7 @@ textarea {
|
||||
}
|
||||
|
||||
.lg\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.lg\:font-hairline {
|
||||
@ -26961,7 +26961,7 @@ textarea {
|
||||
}
|
||||
|
||||
.xl\:font-mono {
|
||||
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.xl\:font-hairline {
|
||||
|
||||
@ -139,7 +139,15 @@ module.exports = function() {
|
||||
'Georgia',
|
||||
'serif',
|
||||
],
|
||||
mono: ['Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', 'monospace'],
|
||||
mono: [
|
||||
'SFMono-Regular',
|
||||
'Menlo',
|
||||
'Monaco',
|
||||
'Consolas',
|
||||
'"Liberation Mono"',
|
||||
'"Courier New"',
|
||||
'monospace',
|
||||
],
|
||||
},
|
||||
fontSize: {
|
||||
xs: '.75rem',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user