/* Font Awesome minimal pour 4NK Notariat */ .fas, .fa { font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-cloud-upload-alt:before { content: "☁"; } .fa-folder-open:before { content: "📁"; } .fa-file:before { content: "📄"; } .fa-file-pdf:before { content: "📕"; } .fa-file-alt:before { content: "📄"; } .fa-upload:before { content: "⬆"; } .fa-times:before { content: "✕"; } .fa-eye:before { content: "👁"; } .fa-search:before { content: "🔍"; } .fa-download:before { content: "⬇"; } .fa-upload:before { content: "⬆"; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-2x { font-size: 2em; }