Forum Discussion
Chicklet slicer font
Hello,
Could you please tell me what is the font type of chicklets in the chicklet slicer?
- Anonymous8 years ago
AnetaK,
Based on the source code of Chicklet slicer custom visual, the font family of it are helvetica, arial and sans-serif.
Reference:
https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/style/chicletSlicer.less
Regards,
Lydia
3 Replies
- AnonymousNot applicable
AnetaK,
Based on the source code of Chicklet slicer custom visual, the font family of it are helvetica, arial and sans-serif.
Reference:
https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/style/chicletSlicer.less
Regards,
Lydia- AnonymousNot applicable
How can it be all the three?
- RicFischer
Helper I
When multiple fonts are specified, it allows the system to try to use them in order of priority. First it tries helvetica, then arial, and the sans-serif. It fails-over to the second and then third ones if it can't find the previous font(s).
Generally, all operating systems have an internally-defined font that is the default for sans-serif and another one that is defined for serif. This way, no matter what, if you have serif or sans-serif at the end of a list of fonts like that, it will always have that font to fail-over to.