summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
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:03:48 -0500
commit4310baaa7da0af8007a45437a65a17f94e6fb6b2 (patch)
tree817dbc87f9f52a5c316645531d04cdffe3a0d027 /src/usr/local/www
parent6ab4354706fe0cbd596bd692a181bd1d99d5b801 (diff)
downloadpfsense-4310baaa7da0af8007a45437a65a17f94e6fb6b2.zip
pfsense-4310baaa7da0af8007a45437a65a17f94e6fb6b2.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/local/www')
-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