--- title: Deprecated settings description: About setting types that have been deprecated. source_url: html: https://shopify.dev/docs/storefronts/themes/architecture/settings/deprecated-settings md: https://shopify.dev/docs/storefronts/themes/architecture/settings/deprecated-settings.md --- ExpandOn this page * [font](https://shopify.dev/docs/storefronts/themes/architecture/settings/deprecated-settings#font) * [snippet](https://shopify.dev/docs/storefronts/themes/architecture/settings/deprecated-settings#snippet) # Deprecated settings The following settings are deprecated and have been replaced. They might still exist in some older themes, but they're no longer supported. *** ## font The `font` setting has been replaced by the [font\_picker](https://shopify.dev/docs/themes/architecture/settings/input-settings#font_picker) setting. Settings of type `font` outputs a drop-down menu that's automatically populated with various font selections. For example, the following setting generates the following output: ## Setting ```json { "type": "font", "id": "heading_font", "label": "Heading font" } ``` ## Output ![font setting](https://cdn.shopify.com/shopifycloud/shopify-dev/production/assets/assets/images/themes/ts-font-BuomfetW.png) *** ## snippet The `snippet` setting has been replaced by [sections](https://shopify.dev/docs/storefronts/themes/architecture/sections). Settings of type `snippet` outputs a drop-down menu that's automatically populated with the names of all snippet files in the theme. For example, the following setting generates the following output: ## Setting ```json { "type": "snippet", "id": "footer_content", "label": "Footer content" } ``` ## Output ![snippet settings](https://cdn.shopify.com/shopifycloud/shopify-dev/production/assets/assets/images/themes/ts-footer-VVv0SACI.png) *** * [font](https://shopify.dev/docs/storefronts/themes/architecture/settings/deprecated-settings#font) * [snippet](https://shopify.dev/docs/storefronts/themes/architecture/settings/deprecated-settings#snippet)