Skip to content

Commit

Permalink
Fix Blaze Pro from apply global font family (#92006)
Browse files Browse the repository at this point in the history
* Fix no-literal-urls eslint
  • Loading branch information
lupus2k authored Jun 20, 2024
1 parent 344d9d9 commit e566e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/layout/masterbar/blaze-pro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
$inter: Inter, $sans;
$sfProText: "SF Pro Text", $sans;

* {
.blaze-pro,
.is-blaze-pro {
font-family: $inter;
}

Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can search for feature flags by partial string or regular expression with th

Run `yarn feature-search [search]` from the root calypso directory to see example searches.

You can also activate feature flags only in your development environment. To do this, create a `.env` file in the root folder of the cloned repository. Add the variable `ACTIVE_FEATURE_FLAGS`, and specify the feature flags you want to activate, as a string separated by commas. For more details of how to create the `.env` file, see https://github.com/mrsteele/dotenv-webpack#create-a-env-file.
You can also activate feature flags only in your development environment. To do this, create a `.env` file in the root folder of the cloned repository. Add the variable `ACTIVE_FEATURE_FLAGS`, and specify the feature flags you want to activate, as a string separated by commas. For more details of how to create the `.env` file, see <https://github.com/mrsteele/dotenv-webpack#create-a-env-file>.

### Progression of Environments

Expand Down

0 comments on commit e566e8f

Please sign in to comment.