You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In _variables.[scss|less] file, there is a fa-version variable, which is not used in @font-face declaration, to force font files refresh when updating to newer versions.
Happens in both SCSS and LESS, and in every style: brands/solid/regular/light.
What did you expect?
Font files URL should be suffixed with some query string variable to force browsers to fetch new files when updating, like it was in v4.7.0.
Describe the problem
In
_variables.[scss|less]
file, there is afa-version
variable, which is not used in @font-face declaration, to force font files refresh when updating to newer versions.Happens in both SCSS and LESS, and in every style: brands/solid/regular/light.
What did you expect?
Font files URL should be suffixed with some query string variable to force browsers to fetch new files when updating, like it was in v4.7.0.
Something like this:
What version and implementation are you using?
Version: 5.8.1
The text was updated successfully, but these errors were encountered: