mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #748 from tailwindcss/default-to-system-font
Use system font stack by default instead of sans-serif
This commit is contained in:
commit
731f5e0341
@ -421,6 +421,14 @@ ul {
|
||||
* Tailwind custom reset styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Use the system font stack as a sane default.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
/**
|
||||
* Allow adding a border to an element by just adding a border-width.
|
||||
*
|
||||
|
||||
@ -421,6 +421,14 @@ ul {
|
||||
* Tailwind custom reset styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Use the system font stack as a sane default.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
/**
|
||||
* Allow adding a border to an element by just adding a border-width.
|
||||
*
|
||||
|
||||
@ -69,6 +69,14 @@ ul {
|
||||
* Tailwind custom reset styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Use the system font stack as a sane default.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
/**
|
||||
* Allow adding a border to an element by just adding a border-width.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user