diff --git a/README.md b/README.md index 057d02ad..ea58f7ec 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An experimental block theme for designers, developers, and creators. Frost is a Full Site Editing theme for WordPress that extends the incredible power of the editor, enables builders to create amazing sites with little effort, and elevates the potential for freelancers and entrepreneurs. See the Frost theme in action at [frostwp.com](https://frostwp.com/). -Download the latest stable release: [frost-0.9.7.zip](https://github.com/wpengine/frost/releases/download/v0.9.7/frost-0.9.7.zip) +Download the latest stable release: [frost-0.9.8.zip](https://github.com/wpengine/frost/releases/download/v0.9.8/frost-0.9.8.zip) ## Requirements diff --git a/assets/audio/sample-audio-file.mp3 b/assets/audio/sample-audio-file.mp3 new file mode 100644 index 00000000..7f9c1050 Binary files /dev/null and b/assets/audio/sample-audio-file.mp3 differ diff --git a/assets/fonts/LICENSE.txt b/assets/fonts/OFL.txt similarity index 100% rename from assets/fonts/LICENSE.txt rename to assets/fonts/OFL.txt diff --git a/assets/fonts/Outfit-Variable.ttf.woff2 b/assets/fonts/Outfit-Variable.ttf.woff2 deleted file mode 100644 index eb0ef387..00000000 Binary files a/assets/fonts/Outfit-Variable.ttf.woff2 and /dev/null differ diff --git a/assets/fonts/Outfit-Variable.woff2 b/assets/fonts/Outfit-Variable.woff2 new file mode 100644 index 00000000..ff1bdd13 Binary files /dev/null and b/assets/fonts/Outfit-Variable.woff2 differ diff --git a/assets/fonts/README.txt b/assets/fonts/README.txt new file mode 100644 index 00000000..702665a2 --- /dev/null +++ b/assets/fonts/README.txt @@ -0,0 +1,71 @@ +Outfit Variable Font +==================== + +This download contains Outfit as both a variable font and static fonts. + +Outfit is a variable font with this axis: + wght + +This means all the styles are contained in a single file: + Outfit-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Outfit: + static/Outfit-Thin.ttf + static/Outfit-ExtraLight.ttf + static/Outfit-Light.ttf + static/Outfit-Regular.ttf + static/Outfit-Medium.ttf + static/Outfit-SemiBold.ttf + static/Outfit-Bold.ttf + static/Outfit-ExtraBold.ttf + static/Outfit-Black.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/assets/images/sample-black_1200x1200.jpg b/assets/images/sample-black_1200x1200.jpg new file mode 100644 index 00000000..d9f50c4e Binary files /dev/null and b/assets/images/sample-black_1200x1200.jpg differ diff --git a/assets/images/sample-black_1920x1200.jpg b/assets/images/sample-black_1920x1200.jpg new file mode 100644 index 00000000..5c787715 Binary files /dev/null and b/assets/images/sample-black_1920x1200.jpg differ diff --git a/assets/images/sample-black_800x800.jpg b/assets/images/sample-black_800x800.jpg new file mode 100644 index 00000000..a8bc897d Binary files /dev/null and b/assets/images/sample-black_800x800.jpg differ diff --git a/assets/images/sample-white_1200x1200.jpg b/assets/images/sample-white_1200x1200.jpg new file mode 100644 index 00000000..4e1b74a4 Binary files /dev/null and b/assets/images/sample-white_1200x1200.jpg differ diff --git a/assets/images/sample-white_1920x1200.jpg b/assets/images/sample-white_1920x1200.jpg new file mode 100644 index 00000000..581012ac Binary files /dev/null and b/assets/images/sample-white_1920x1200.jpg differ diff --git a/assets/images/sample-white_800x800.jpg b/assets/images/sample-white_800x800.jpg new file mode 100644 index 00000000..a844c88d Binary files /dev/null and b/assets/images/sample-white_800x800.jpg differ diff --git a/functions.php b/functions.php index be8fe9d0..280b1285 100644 --- a/functions.php +++ b/functions.php @@ -60,8 +60,8 @@ function frost_register_block_styles() { $block_styles = array( 'core/button' => array( - 'fill-base' => __( 'Fill Base', 'frost' ), - 'outline-base' => __( 'Outline Base', 'frost' ), + 'fill-background' => __( 'Fill Background', 'frost' ), + 'outline-background' => __( 'Outline Background', 'frost' ), ), 'core/group' => array( 'shadow' => __( 'Shadow', 'frost' ), @@ -79,9 +79,9 @@ function frost_register_block_styles() { ), 'core/navigation-link' => array( 'fill' => __( 'Fill', 'frost' ), - 'fill-base' => __( 'Fill Base', 'frost' ), + 'fill-background' => __( 'Fill Background', 'frost' ), 'outline' => __( 'Outline', 'frost' ), - 'outline-base' => __( 'Outline Base', 'frost' ), + 'outline-background' => __( 'Outline Background', 'frost' ), ), ); diff --git a/patterns/footer-default-main-background.php b/patterns/footer-default-main-background.php index 60925f66..9e9d908b 100644 --- a/patterns/footer-default-main-background.php +++ b/patterns/footer-default-main-background.php @@ -8,8 +8,8 @@ */ ?> - -