From ab77282004a6534ed050d78b9699c84068de547a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Mar 2017 16:31:26 -0700 Subject: grunt --- dist/css/bootstrap-reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 5d714d6e7..6509cf5b2 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -3,8 +3,8 @@ html { box-sizing: border-box; font-family: sans-serif; line-height: 1.15; - -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } -- cgit v1.2.3 From 364e01885fadeb341e1000d6f50291e5a5ada199 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 13:22:53 -0700 Subject: grunt --- dist/css/bootstrap-reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 6509cf5b2..8216b6eb2 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -22,7 +22,7 @@ html { body { margin: 0; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; -- cgit v1.2.3