summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-08-01 12:28:02 -0300
committerJose Luis Duran <jlduran@users.noreply.github.com>2016-08-01 12:36:22 -0300
commitf720117b5736e3a41f0182009b4449afacdddef8 (patch)
tree5b180487a7ce1a72215fef6db9e271e9d5aed8bc
parent4372f8a4c6251e51f79a5e8bc75db4fb28769ccb (diff)
downloadpfsense-f720117b5736e3a41f0182009b4449afacdddef8.zip
pfsense-f720117b5736e3a41f0182009b4449afacdddef8.tar.gz
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)
-rw-r--r--src/usr/local/www/css/pfSense-BETA.css8
-rw-r--r--src/usr/local/www/css/pfSense-dark-BETA.css8
2 files changed, 10 insertions, 6 deletions
diff --git a/src/usr/local/www/css/pfSense-BETA.css b/src/usr/local/www/css/pfSense-BETA.css
index 49f2dd5..8d25f05 100644
--- a/src/usr/local/www/css/pfSense-BETA.css
+++ b/src/usr/local/www/css/pfSense-BETA.css
@@ -23,7 +23,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 {
@@ -31,7 +32,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 {
@@ -79,4 +81,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 c227213..cb89447 100644
--- a/src/usr/local/www/css/pfSense-dark-BETA.css
+++ b/src/usr/local/www/css/pfSense-dark-BETA.css
@@ -23,7 +23,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 {
@@ -31,7 +32,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 {
@@ -83,4 +85,4 @@ a.fa, i.fa {
.panel-heading {
padding: 5px 10px;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud