update font

This commit is contained in:
2019-07-02 23:19:04 +02:00
parent 0e7fd8fe58
commit 79a4b6fdf7
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
$primary: #2ecc71;
$tabs-link-active-color: #3498db;
$tabs-link-active-border-bottom-color: #3498db;
$family-sans-serif: 'Fira Sans', sans-serif;
@import "~bulma/sass/utilities/_all.sass";

View File

@@ -1,4 +1,5 @@
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
html, body {
height: 100%;
}