/*! * Font Awesome Free 5.8.1 (Minimal - Only used icons) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ /* Base styles */ .fa, .fas, .far, .fab { -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; } /* Screen reader only */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Icons used in the project */ .fa-android:before { content: "\f17b"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-down:before { content: "\f063"; } .fa-arrow-up:before { content: "\f062"; } .fa-bug:before { content: "\f188"; } .fa-download:before { content: "\f019"; } .fa-github:before { content: "\f09b"; } .fa-paypal:before { content: "\f1ed"; } .fa-pencil-alt:before { content: "\f303"; } .fa-question-circle:before { content: "\f059"; } .fa-sync-alt:before { content: "\f2f1"; } .fa-wrench:before { content: "\f0ad"; } /* Font Awesome Brands */ @font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/fa-brands-400.woff2") format("woff2"); } .fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; } /* Font Awesome Solid */ @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/fa-solid-900.woff2") format("woff2"); } .fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }