Skip to content

Commit

Permalink
Experiment using the OS' native font stack
Browse files Browse the repository at this point in the history
Following the steps of bfbfa4d,
experiment using the OS' native font stack.  Obtained from the Bootstrap
project (twbs/bootstrap#19098,
twbs/bootstrap@0a31dac)
  • Loading branch information
jlduran committed Jul 31, 2016
1 parent bfbfa4d commit 53f068f
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 290 deletions.
202 changes: 0 additions & 202 deletions src/usr/local/www/css/fonts/LICENSE.txt

This file was deleted.

Binary file removed src/usr/local/www/css/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-LightItalic.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file removed src/usr/local/www/css/fonts/Roboto-ThinItalic.ttf
Binary file not shown.
83 changes: 0 additions & 83 deletions src/usr/local/www/css/fonts/roboto.css

This file was deleted.

9 changes: 4 additions & 5 deletions src/usr/local/www/css/pfSense.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/

@import url("/vendor/bootstrap/css/bootstrap.min.css");
@import url("/css/fonts/roboto.css");
@import url("/vendor/jquery/jquery-ui/themes/smoothness/theme.css");

html {
Expand All @@ -30,7 +29,7 @@ html {
body {
margin-bottom: 80px;
background-color: #F5F5F5;
font-family: 'Roboto', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.no-menu #jumbotron {
Expand Down Expand Up @@ -823,7 +822,7 @@ ul.tree li .over{

/** Override text-warning with something less red. */
.text-warning {
color: #ffcc00;
color: #ffcc00;
}

/**Suppress href links when printing */
Expand All @@ -845,7 +844,7 @@ a[href]:after {
.panel-body.collapse.in>.content>.row,
.panel-body.collapse.in>.form-group
{
margin-right:0px;
margin-right:0px;
}

/* Callouts */
Expand Down Expand Up @@ -911,7 +910,7 @@ a[href]:after {
/* Disable 300 ms click delay so event handlers are effective. */
/* Makes posible for non-touch compatible features to work; e.g. double tap rule to edit. */
body{
touch-action: manipulation;
touch-action: manipulation;
}

/* D3 Styles */
Expand Down

0 comments on commit 53f068f

Please sign in to comment.