summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-08-01 12:28:02 -0300
committerJared Dillard <jdillard@netgate.com>2016-08-04 17:04:18 -0500
commit98ea394a1a4f70ca4660550525bffb41b9a9b27b (patch)
tree8bf1717356606c9b680c4ae673fdcd9985d6244c /src/usr
parentdb392e360a698de7ea86034a200664bd0cf43f82 (diff)
downloadpfsense-98ea394a1a4f70ca4660550525bffb41b9a9b27b.zip
pfsense-98ea394a1a4f70ca4660550525bffb41b9a9b27b.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)
Diffstat (limited to 'src/usr')
-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 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
+}
OpenPOWER on IntegriCloud