mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-07 09:18:39 +00:00
Import Hugo
This commit is contained in:
74
hugo/assets/css/fontawesome.css
vendored
Normal file
74
hugo/assets/css/fontawesome.css
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
.fa,.fab,.fad,.fal,.far,.fas {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
line-height: 1
|
||||
}
|
||||
.fa-2x {
|
||||
font-size: 2em
|
||||
}
|
||||
|
||||
.fa-github:before {
|
||||
content: "\f09b"
|
||||
}
|
||||
|
||||
.fa-stack-exchange:before {
|
||||
content: "\f18d"
|
||||
}
|
||||
|
||||
.fa-envelope:before {
|
||||
content: "\f0e0"
|
||||
}
|
||||
|
||||
.fa-linkedin:before {
|
||||
content: "\f08c"
|
||||
}
|
||||
|
||||
.fa-calendar-day:before {
|
||||
content: "\f783"
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family:"Font Awesome 5 Brands";
|
||||
font-style:normal;
|
||||
font-weight:400;
|
||||
font-display:block;
|
||||
src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.eot);
|
||||
src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.woff2) format("woff2"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.woff) format("woff"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.ttf) format("truetype"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.eot');
|
||||
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.woff2) format("woff2"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.woff) format("woff"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.ttf) format("truetype"),
|
||||
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")
|
||||
}
|
||||
|
||||
.fab {
|
||||
font-family: "Font Awesome 5 Brands"
|
||||
}
|
||||
|
||||
.fab,.far {
|
||||
font-weight: 400
|
||||
}
|
||||
|
||||
.fa,.far,.fas {
|
||||
font-family: "Font Awesome 5 Free"
|
||||
}
|
||||
|
||||
.fa,.fas {
|
||||
font-weight: 900
|
||||
}
|
Reference in New Issue
Block a user