LiveAtlas/patches/modern-normalize+1.1.0.patch
2022-07-08 15:24:48 +01:00

46 lines
774 B
Diff

diff --git a/modern-normalize.css b/modern-normalize.css
index ad3b58c..aeb06e6 100644
--- a/modern-normalize.css
+++ b/modern-normalize.css
@@ -5,16 +5,6 @@ Document
========
*/
-/**
-Use a better box model (opinionated).
-*/
-
-*,
-::before,
-::after {
- box-sizing: border-box;
-}
-
/**
Use a more readable tab size (opinionated).
*/
@@ -47,23 +37,6 @@ body {
margin: 0;
}
-/**
-Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
-*/
-
-body {
- font-family:
- system-ui,
- -apple-system, /* Firefox supports this but not yet `system-ui` */
- 'Segoe UI',
- Roboto,
- Helvetica,
- Arial,
- sans-serif,
- 'Apple Color Emoji',
- 'Segoe UI Emoji';
-}
-
/*
Grouping content
================