Add Font-Awesome default to all fonts

This commit is contained in:
Thomas Dehaeze 2020-12-07 13:39:18 +01:00
parent 8e33fa9e98
commit d52f72e1e8
4 changed files with 12 additions and 12 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@ $pale-green: adjust-color($green, $lightness: 30%);
$pale-yellow: adjust-color($yellow, $lightness: 30%); $pale-yellow: adjust-color($yellow, $lightness: 30%);
$pale-orange: adjust-color($orange, $lightness: 30%); $pale-orange: adjust-color($orange, $lightness: 30%);
$pale-grey: adjust-color($grey, $lightness: 30%); $pale-grey: adjust-color($grey, $lightness: 30%);
$pale-turq: adjust-color($grey, $lightness: 30%); $pale-turq: adjust-color($turq, $lightness: 30%);
$dark-blue: adjust-color($blue, $lightness: -30%); $dark-blue: adjust-color($blue, $lightness: -30%);
$dark-red: adjust-color($red, $lightness: -30%); $dark-red: adjust-color($red, $lightness: -30%);

View File

@ -10,8 +10,8 @@
// Font Awesome // Font Awesome
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/fontawesome.min.css'); @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/fontawesome.min.css');
$sans-serif: Roboto, sans-serif; $sans-serif: Roboto, sans-serif, FontAwesome;
$serif: Merriweather, Georgia, "Times New Roman", serif; $serif: Merriweather, Georgia, "Times New Roman", serif, FontAwesome;
$mono: "Source Code Pro", monospace; $mono: "Source Code Pro", monospace;
$fa: FontAwesome; $fa: FontAwesome;

View File

@ -29,15 +29,15 @@
} }
} }
@media (min-width: 1400px){ // @media (min-width: 1400px){
#content{ // #content{
background:rgba(0,0,0,0.05); // background:rgba(0,0,0,0.05);
} // }
#content{ // #content{
background:#fcfcfc; // background:#fcfcfc;
} // }
} // }
@media (max-width: 768px){ @media (max-width: 768px){
#copyright{ #copyright{