Skip to content

Commit

Permalink
Avoiding helvetica: issue videojs#376
Browse files Browse the repository at this point in the history
  • Loading branch information
kocoten1992 authored Oct 21, 2017
1 parent ec5b603 commit 9bf1409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/_private-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $primary-background-transparency: 0.7 !default;
$secondary-background-color: lighten($primary-background-color, 33%) !default;
$secondary-background-transparency: 0.5 !default;

// Avoiding helvetica: issue #376
$text-font-family: Arial, Helvetica, sans-serif !default;

// Using the '--' naming for component-specific styles
Expand Down

0 comments on commit 9bf1409

Please sign in to comment.