1
This commit is contained in:
2092
assets/css/fontawesome-all.min.css
vendored
2092
assets/css/fontawesome-all.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
|
||||
@import url("https://static.jemmylovejenny.tk/styles/fontawesome.css");
|
||||
@import url("fontawesome-all.min.css");
|
||||
|
||||
/*
|
||||
Aerial by HTML5 UP
|
||||
@@ -132,15 +132,26 @@ input, select, textarea {
|
||||
.icon:before {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: FontAwesome;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
text-transform: none !important;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.icon > .label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon.solid:before {
|
||||
font-weight: 900;
|
||||
-webkit-text-stroke: 1px #000;
|
||||
}
|
||||
|
||||
.icon.brands:before {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
}
|
||||
|
||||
/* Wrapper */
|
||||
@@ -693,6 +704,11 @@ input, select, textarea {
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#header nav a span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#footer {
|
||||
@@ -1062,4 +1078,4 @@ input, select, textarea {
|
||||
|
||||
#header nav {
|
||||
padding: 0 1em;
|
||||
} }
|
||||
} }
|
||||
Reference in New Issue
Block a user