To apply a custom font family, the SASS variable '___' must be set.
- $font-family
- $custom-font
- $type-font
- $font-style
The correct SASS variable is '$custom-font'. Setting this variable allows you to specify a custom font family for your Bootstrap theme, providing flexibility in design.
Loading...
Related Quiz
- How would you use Bootstrap to create a responsive and accessible shopping cart for an e-commerce website?
- Describe how you would implement a navigation bar in Bootstrap that contains both logos and item links.
- How would you approach creating a theme for a Bootstrap project entirely using Sass variables and mixins?
- To enable dynamic tab functionality, the Bootstrap '___' JavaScript component is utilized alongside specific CSS classes.
- In jQuery, $('___').tooltip() is used to initialize Bootstrap tooltips on specific elements.