Skip to content

Commit

Permalink
Fixed normalize to not include font-family: system-ui in the body tag. (
Browse files Browse the repository at this point in the history
#81)

* removed default body font family

* added deprecation warning
  • Loading branch information
jemnon authored Feb 17, 2022
1 parent 294f11d commit 269ff9c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 39 deletions.
13 changes: 0 additions & 13 deletions dist/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,19 +361,6 @@ sup {
top: 0;
}

body {
font-family: system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Cantarell,
Droid Sans,
Helvetica Neue;
}

/* Modules */

/*
Expand Down
21 changes: 0 additions & 21 deletions dist/utilities.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,27 +361,6 @@ sup {
top: 0;
}

body {
font-family: system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Cantarell,
Droid Sans,
Helvetica Neue,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Cantarell,
Droid Sans,
Helvetica Neue;
}

/* Modules */

/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"start": "postcss src/utilities.css -o dist/utilities.css -c postcss.config.js -w"
},
"style": "dist/utilities.min.css",
"version": "1.15.1"
"version": "1.16.0"
}
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Fender CSS Utilities
# DEPRECATED

Use: https://github.com/fenderdigital/fender-clients/tree/main/packages/ui

Functional CSS for humans.

Expand Down
3 changes: 0 additions & 3 deletions src/_normalize-additions.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ sup {
top: 0;
}

body {
font-family: system-ui;
}

0 comments on commit 269ff9c

Please sign in to comment.