From 7ca3adad8124d91bfcc2db42f95cf0f1acd2dc7b Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Wed, 19 Apr 2023 17:57:24 +0300 Subject: [PATCH] Remove comments from css (colab) --- public/css/fontawesome.css | 5 ----- public/css/solid.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/public/css/fontawesome.css b/public/css/fontawesome.css index fd069057e..467f4b8a7 100644 --- a/public/css/fontawesome.css +++ b/public/css/fontawesome.css @@ -1,8 +1,3 @@ -/*! - * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900); } diff --git a/public/css/solid.css b/public/css/solid.css index f2dc866dd..2ed634621 100644 --- a/public/css/solid.css +++ b/public/css/solid.css @@ -1,8 +1,3 @@ -/*! - * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ :root, :host { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }