191k views
4 votes
For access to Shopify's Font Library where would you add the font_picker setting?

A) config/settings_schema.json
B) sections/fonts.liquid
C) theme.liquid
D) config/settings_data.json

1 Answer

5 votes

Final answer:

To access Shopify's Font Library, the font_picker setting should be added to the config/settings_schema.json file, which is used to manage the theme's settings in the Shopify admin.

Step-by-step explanation:

To add the font_picker setting for access to Shopify's Font Library, you should include it in the config/settings_schema.json file. This file contains the settings for the theme's configurable options that appear in the Shopify admin. By using the font_picker type in the settings schema, you enable a user-friendly way to select fonts from the Shopify Font Library.

User Hernan Guzman
by
8.0k points