arles: change font-family to Verdana (#35638)

This commit is contained in:
Fred Cases 2019-08-23 02:29:08 +02:00 committed by Serghei Mihai
parent 7139a8c381
commit 088d3c5208
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
@import '../includes/font-exo2';
@font-face {
font-family: "arlesfont";
src: url('assets/fonts/typo_arles.eot');

View File

@ -4,7 +4,7 @@ $mobile-limit: 768px;
$small-screen: 480px;
$font-size: 13px;
$font-family: "Exo 2", arial, helvetica, sans-serif;
$font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
$border-radius: 0;