From 98ea394a1a4f70ca4660550525bffb41b9a9b27b Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Mon, 1 Aug 2016 12:28:02 -0300 Subject: Experiment using the OS' native font stack Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664, experiment using the OS' native font stack. Obtained from the Bootstrap project (twbs/bootstrap#19098, twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339) --- src/usr/local/www/css/pfSense-BETA.css | 8 +++++--- src/usr/local/www/css/pfSense-dark-BETA.css | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/css/pfSense-BETA.css b/src/usr/local/www/css/pfSense-BETA.css index a8ec5e8..821a7e7 100644 --- a/src/usr/local/www/css/pfSense-BETA.css +++ b/src/usr/local/www/css/pfSense-BETA.css @@ -55,7 +55,8 @@ /*** Experimental Changes Go Here ***/ body { - font-size: 12px; + font-size: 12px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } .navbar-nav { @@ -63,7 +64,8 @@ body { } table[data-sortable].sortable-theme-bootstrap { - font-size: 12px; + font-size: 12px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } .table>tbody>tr>td { @@ -111,4 +113,4 @@ a.fa, i.fa { .panel-heading { padding: 5px 10px; -} \ No newline at end of file +} diff --git a/src/usr/local/www/css/pfSense-dark-BETA.css b/src/usr/local/www/css/pfSense-dark-BETA.css index e7e9727..d5f3ede 100644 --- a/src/usr/local/www/css/pfSense-dark-BETA.css +++ b/src/usr/local/www/css/pfSense-dark-BETA.css @@ -55,7 +55,8 @@ /*** Experimental Changes Go Here ***/ body { - font-size: 12px; + font-size: 12px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } .navbar-nav { @@ -63,7 +64,8 @@ body { } table[data-sortable].sortable-theme-bootstrap { - font-size: 12px; + font-size: 12px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } .table>tbody>tr>td { @@ -115,4 +117,4 @@ a.fa, i.fa { .panel-heading { padding: 5px 10px; -} \ No newline at end of file +} -- cgit v1.1