unminify
Free tool to unminify (unpack, deobfuscate) JavaScript, CSS, HTML, XML and JSON code, making it readable and pretty.


 
1
/*!
2
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
3
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
 */
5
.fa,
6
.fab,
7
.fal,
8
.far,
9
.fas {
10
    -moz-osx-font-smoothing: grayscale;
11
    -webkit-font-smoothing: antialiased;
12
    display: inline-block;
13
    font-style: normal;
14
    font-variant: normal;
15
    text-rendering: auto;
16
    line-height: 1;
17
}
.fab{
    color: #fff!important;
}
18
.fa-lg {
19
    font-size: 1.33333em;
20
    line-height: 0.75em;
21
    vertical-align: -0.0667em;
22
}
23
.fa-xs {
24
    font-size: 0.75em;
25
}
