Add Font-Awesome default to all fonts
This commit is contained in:
parent
8e33fa9e98
commit
d52f72e1e8
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -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%);
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user