Add Helvetica to default font family
This commit is contained in:
parent
53cd5285a6
commit
4103a62837
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* color-to-filter converter https://codepen.io/sosuke/pen/Pjoqqp */
|
||||
|
||||
$text-font: Arial, sans-serif;
|
||||
$text-font: Helvetica, Arial, sans-serif;
|
||||
$text-font-size: 15px;
|
||||
$text-color: #333;
|
||||
$text-colorizer: invert(17%) sepia(0%) saturate(0%) hue-rotate(356deg) brightness(101%) contrast(91%);
|
||||
|
|
Loading…
Reference in a new issue