class FontAwesome
Constants
| SOURCE_LOCAL |
|
| SOURCE_CDN |
|
| SOURCE_KIT |
|
Methods
bool
needsBundledFonts()
Whether the bundled font files are what the icons will actually be drawn from.
Details
at
line 20
__construct(Config $config, SettingsRepositoryInterface $settings)
at
line 26
string
source()
at
line 37
string|null
cdnUrl()
at
line 48
string|null
kitUrl()
at
line 59
bool
configOverride()
at
line 64
bool
useLocalFonts()
at
line 79
bool
needsBundledFonts()
Whether the bundled font files are what the icons will actually be drawn from.
This is not quite the same question as `useLocalFonts()`. A forum can name a CDN or a Kit and give no URL for it, in which case that source cannot deliver anything and the bundled fonts are all there is. Treating such a forum as remote would leave it with no icons at all, rather than with icons that arrive late.