22 lines
613 B
SCSS
22 lines
613 B
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 24-Jul-2018, 12:51:06
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
/* FontAwesome 5 */
|
|
@import "../../../fonts/FontAwesome5/scss/fontawesome.scss";
|
|
@import "../../../fonts/FontAwesome5/scss/regular.scss";
|
|
@import "../../../fonts/FontAwesome5/scss/solid.scss";
|
|
@import "../../../fonts/FontAwesome5/scss/brands.scss";
|
|
|
|
$font_family: Montserrat, sans-serif;
|
|
$fontawesome: "Font Awesome 5 Free";
|
|
|
|
body {
|
|
font-family: $font_family;
|
|
} |