Fuentes Personalizadas en Shopify
{% section 'custom_font' %}
{% if section.settings.enable %}
{% endif %}
{% schema %}
{
"name": "Custom Font",
"settings": [
{
"type": "checkbox",
"id": "enable",
"label": "Activar",
"default": true
}
],
"blocks": [
{
"type": "font",
"name": "Fuente",
"settings": [
{
"type": "text",
"id": "name",
"label": "Nombre de la Fuente",
"default": "customfont"
},
{
"type": "url",
"id": "custom_font_url_thin",
"label": "URL de la fuente Thin (100)"
},
{
"type": "url",
"id": "custom_font_url_light",
"label": "URL de la fuente Light (300)"
},
{
"type": "url",
"id": "custom_font_url_normal",
"label": "URL de la fuente Normal (400)"
},
{
"type": "url",
"id": "custom_font_url_bold",
"label": "URL de la fuente Bold (700)"
},
{
"type": "url",
"id": "custom_font_url_ultrabold",
"label": "URL de la fuente UltraBold (900)"
},
{
"type": "text",
"id": "custom_font_style",
"label": "Estilo de la Fuente",
"default": "normal"
},
{
"type": "paragraph",
"content": "Aplica para elementos HTML"
},
{
"type": "checkbox",
"id": "apply_h1",
"label": "H1",
"default": true
},
{
"type": "checkbox",
"id": "apply_h2",
"label": "H2",
"default": true
},
{
"type": "checkbox",
"id": "apply_h3",
"label": "H3",
"default": true
},
{
"type": "checkbox",
"id": "apply_h4",
"label": "H4",
"default": true
},
{
"type": "checkbox",
"id": "apply_h5",
"label": "H5",
"default": true
},
{
"type": "checkbox",
"id": "apply_h6",
"label": "H6",
"default": true
},
{
"type": "checkbox",
"id": "apply_span",
"label": "",
"default": true
},
{
"type": "checkbox",
"id": "apply_p",
"label": "",
"default": true
},
{
"type": "checkbox",
"id": "apply_a",
"label": "",
"default": true
},
{
"type": "checkbox",
"id": "apply_input",
"label": "",
"default": true
},
{
"type": "checkbox",
"id": "apply_label",
"label": "