Skip to content

Remove the splash screen CTA button's font family override #11690

@techanvil

Description

@techanvil

Feature Description

As discussed here in Figma, buttons in the new design should match those in the rest of the plugin.

This issue is to remove the font family override in the styling for the Sign in with Google button on the SFR splash screen, reverting to Google Sans Text.

.googlesitekit-start-setup-wrap .mdc-button__label {
font-family: $f-secondary;
}


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

  • The Sign in with Google button on the SFR splash screen should have the font family Google Sans Text.

Implementation Brief

  • Remove this SCSS block:

.googlesitekit-start-setup-wrap .mdc-button__label {
font-family: $f-secondary;
}

Test Coverage

  • Fix any failing tests.

QA Brief

  • Set up Site Kit with setupFlowRefresh feature flag
  • In the setup screen, ensure the Sign in with Google button has the font family Google Sans Text instead of Google Sans Display

Changelog entry

  • Fix the font family for the "Sign in with Google" button on the new splash screen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0High priorityTeam MIssues for Squad 2Type: EnhancementImprovement of an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions