add Font family Roboto

This commit is contained in:
Fabiano 2018-02-05 15:53:00 -02:00
parent 97b28b45c5
commit c2b549e839
2 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,5 @@ $theme-colors: (
"haiti": $haiti,
"oslo-gray": $oslo-gray
);
$font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, sans-serif;
@import "../vendor/bootstrap/scss/bootstrap";

View File

@ -10,6 +10,7 @@ License URI:https://www.gnu.org/licenses/agpl-3.0.en.html
Tags: tainacan, ufg, minc, cultura, flexible, open_source
Text Domain: tainacans
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import "_media_query";