Browse Source

Add theme uri

Matias Benedetto 2 years ago
parent
commit
9735819b4e
3 changed files with 24 additions and 39 deletions
  1. 0 15
      fewer/readme.txt
  2. 2 2
      fewer/style.css
  3. 22 22
      fewer/theme.json

+ 0 - 15
fewer/readme.txt

@@ -12,21 +12,6 @@ Fewer is perfect for showcasing portfolios and blogs. With a clean and opinionat
 
 == Changelog ==
 
-= 1.0.5 =
-* fix font slug
-
-= 1.0.4 =
-* Fewer: altering font names
-
-= 1.0.3 =
-* Fewer: testing change for fonts already added by jetpack on simple sites
-
-= 1.0.2 =
-* Fewer theme: removing theme key from template part links in templates
-
-= 1.0.1 =
-* fix comment syntax
-
 = 1.0.0 =
 * Initial release
 

+ 2 - 2
fewer/style.css

@@ -1,13 +1,13 @@
 /*
 Theme Name: Fewer
-Theme URI: 
+Theme URI: https://wordpress.com/theme/fewer
 Author: Automattic
 Author URI: https://automattic.com
 Description: Fewer is perfect for showcasing portfolios and blogs. With a clean and opinionated design, it offers excellent typography and style variations that make it easy to present your work or business. The theme is highly versatile, making it ideal for bloggers and businesses alike, and it offers a range of customizable options that allow you to tailor your site to your specific needs.
 Requires at least: 5.8
 Tested up to: 6.2
 Requires PHP: 5.7
-Version: 1.0.5
+Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: fewer

+ 22 - 22
fewer/theme.json

@@ -56,7 +56,7 @@
 				{
 					"fontFace": [
 						{
-							"fontFamily": "Epilogue Local",
+							"fontFamily": "Epilogue",
 							"fontStyle": "normal",
 							"fontWeight": "300",
 							"src": [
@@ -64,7 +64,7 @@
 							]
 						},
 						{
-							"fontFamily": "Epilogue Local",
+							"fontFamily": "Epilogue",
 							"fontStyle": "normal",
 							"fontWeight": "500",
 							"src": [
@@ -72,7 +72,7 @@
 							]
 						},
 						{
-							"fontFamily": "Epilogue Local",
+							"fontFamily": "Epilogue",
 							"fontStyle": "italic",
 							"fontWeight": "500",
 							"src": [
@@ -80,7 +80,7 @@
 							]
 						},
 						{
-							"fontFamily": "Epilogue Local",
+							"fontFamily": "Epilogue",
 							"fontStyle": "italic",
 							"fontWeight": "300",
 							"src": [
@@ -88,14 +88,14 @@
 							]
 						}
 					],
-					"name": "Epilogue Local",
-					"fontFamily": "Epilogue Local",
+					"name": "Epilogue",
+					"fontFamily": "Epilogue",
 					"slug": "epilogue-local"
 				},
 				{
 					"fontFace": [
 						{
-							"fontFamily": "Sora Local",
+							"fontFamily": "Sora",
 							"fontStyle": "normal",
 							"fontWeight": "400",
 							"src": [
@@ -103,7 +103,7 @@
 							]
 						},
 						{
-							"fontFamily": "Sora Local",
+							"fontFamily": "Sora",
 							"fontStyle": "italic",
 							"fontWeight": "400",
 							"src": [
@@ -111,7 +111,7 @@
 							]
 						},
 						{
-							"fontFamily": "Sora Local",
+							"fontFamily": "Sora",
 							"fontStyle": "italic",
 							"fontWeight": "600",
 							"src": [
@@ -119,7 +119,7 @@
 							]
 						},
 						{
-							"fontFamily": "Sora Local",
+							"fontFamily": "Sora",
 							"fontStyle": "normal",
 							"fontWeight": "600",
 							"src": [
@@ -127,14 +127,14 @@
 							]
 						}
 					],
-					"name": "Sora Local",
-					"fontFamily": "Sora Local",
+					"name": "Sora",
+					"fontFamily": "Sora",
 					"slug": "sora-local"
 				},
 				{
 					"fontFace": [
 						{
-							"fontFamily": "Albert Sans Local",
+							"fontFamily": "Albert Sans",
 							"fontStyle": "normal",
 							"fontWeight": "500",
 							"src": [
@@ -142,7 +142,7 @@
 							]
 						},
 						{
-							"fontFamily": "Albert Sans Local",
+							"fontFamily": "Albert Sans",
 							"fontStyle": "italic",
 							"fontWeight": "500",
 							"src": [
@@ -150,7 +150,7 @@
 							]
 						},
 						{
-							"fontFamily": "Albert Sans Local",
+							"fontFamily": "Albert Sans",
 							"fontStyle": "normal",
 							"fontWeight": "400",
 							"src": [
@@ -158,7 +158,7 @@
 							]
 						},
 						{
-							"fontFamily": "Albert Sans Local",
+							"fontFamily": "Albert Sans",
 							"fontStyle": "italic",
 							"fontWeight": "400",
 							"src": [
@@ -166,7 +166,7 @@
 							]
 						},
 						{
-							"fontFamily": "Albert Sans Local",
+							"fontFamily": "Albert Sans",
 							"fontStyle": "normal",
 							"fontWeight": "600",
 							"src": [
@@ -174,7 +174,7 @@
 							]
 						},
 						{
-							"fontFamily": "Albert Sans Local",
+							"fontFamily": "Albert Sans",
 							"fontStyle": "italic",
 							"fontWeight": "600",
 							"src": [
@@ -182,9 +182,9 @@
 							]
 						}
 					],
-					"name": "Albert Sans Local",
-					"fontFamily": "Albert Sans Local",
-					"slug": "albert-sans-local"
+					"name": "Albert Sans",
+					"fontFamily": "Albert Sans",
+					"slug": "albert-sans"
 				}
 			],
 			"fontSizes": [
@@ -594,7 +594,7 @@
 			}
 		},
 		"typography": {
-			"fontFamily": "var:preset|font-family|epilogue-local",
+			"fontFamily": "var:preset|font-family|epilogue",
 			"fontSize": "1.38rem",
 			"fontStyle": "normal",
 			"fontWeight": "300",