Hello, I imported a font in my project, but used two weights, Regular and Bold.
These two weights will be used separately on different prefabs.

When I built the Asset Bundle, I found that even if only one of the weights is used, the fonts are automatically referenced to each other, causing both fonts to be packaged, which wastes 7M of space.
Is there any way to break the automatic mutual reference of two fonts?
Any help is greatly appreciated.
The Unity version I use is 2018.3.10f1


