switch primary font to Ubuntu

This commit is contained in:
2023-04-23 20:57:01 +02:00
parent 9ef66cd5d2
commit 1cce4e0252
4 changed files with 4 additions and 4 deletions

View File

@ -12,6 +12,6 @@ $light: #f8f9fe;
$gray: #f8f8f8;
// Font Variables
$primary-font: 'Rubik', sans-serif;
$primary-font: 'Ubuntu', sans-serif;
$secondary-font: 'Fira Sans', sans-serif;
$icon-font: 'Material Design Icons';