Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
13
themes/twentytwentyfive/styles/blocks/02-subtitle.json
Normal file
13
themes/twentytwentyfive/styles/blocks/02-subtitle.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
|
||||
"version": 3,
|
||||
"title": "Subtitle",
|
||||
"slug": "text-subtitle",
|
||||
"blockTypes": ["core/heading", "core/paragraph"],
|
||||
"styles": {
|
||||
"typography": {
|
||||
"fontSize": "clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem)",
|
||||
"lineHeight": "1.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user