mwkwsd / sensensomething

3 stars 0 forks source link

Font styling #164

Open vikascripps opened 2 months ago

vikascripps commented 2 months ago

I noticed that some text styled in staging don't look quite right. Let's make sure they match the styling in Figma.

Here are the changes we need to make:

1. Page Headers: Frame 190 There should be H1: //styleName: H1; font-family: Oswald; font-size: 32px; font-weight: 400; line-height: 47.42px; text-align: left;

Let's also make sure that these headers fill out the width of the screen if there is space to avoid this look:

Screen Shot 2024-05-06 at 8 38 14 AM

We want this look: Screen Shot 2024-05-06 at 8 50 34 AM

2. Video Titles Frame 190 These should be H3: //styleName: H3; font-family: Oswald; font-size: 24px; font-weight: 400; line-height: 35.57px; text-align: left; AND THESE ARE ALL CAPS

3. Body Copy This is used for the 'Client' line under videos, for series descriptions, on "About Me" page, on input fields for the 'Contact me' form: Frame 190

Screen Shot 2024-05-06 at 8 56 38 AM

These should be Body/Regular: //styleName: Body/Regular; font-family: Manrope; font-size: 16px; font-weight: 400; line-height: 22.4px; text-align: left;

4. Tags (Chip Component): Screen Shot 2024-05-06 at 8 53 07 AM These should have the following specs: font-family: Manrope; font-size: 12px; font-weight: 500; line-height: 16.39px; letter-spacing: 0.02em; text-align: left;

5. Footer Links These should have the following specs: font-family: Manrope; font-size: 12px; font-weight: 400; line-height: 16.39px; text-align: left;

  1. Button Text It should have the following specs: font-family: Manrope; font-size: 12px; font-weight: 500; line-height: 16.39px; letter-spacing: 0.02em; text-align: left;
mwilkins74 commented 1 month ago
  1. Current h1 styling: Screen Shot 2024-05-07 at 12 10 45 PM

Also, in order to keep Director & Producer and Director of Photography from wrapping I think the font-size will need to be smaller for these.

  1. Current Video Titles styling: Screen Shot 2024-05-07 at 12 39 22 PM
Screen Shot 2024-05-07 at 12 38 58 PM
  1. Got the styling to apply to: "About Me" page, description on Series page, 'Client' line under videos, and input fields on Contact Form

  2. Updated Chip Styling:

    Screen Shot 2024-05-07 at 1 52 14 PM
  3. Footer Link updated styling:

    Screen Shot 2024-05-07 at 1 56 56 PM
Screen Shot 2024-05-07 at 1 57 22 PM
  1. Button styling updated: Screen Shot 2024-05-07 at 2 15 11 PM
mwilkins74 commented 1 month ago

Addressed in #169

vikascripps commented 3 weeks ago

@mwilkins74 a few comments here:

  1. Also, in order to keep Director & Producer and Director of Photography from wrapping I think the font-size will need to be smaller for these. I think the issue is not just in the font size, because the Director and Producer wraps like this: Director & Producer I think if it was the font size issue it would wrap up as: Director & Producer because the "&" definitely fits inline with the "director".

Same for Director of Photography, it wraps up like this: Director of Photography I would expect it to be k=like this if it was the font size issue: Director of Photography

Could you please look into why the text wraps in this specific way?

  1. The font for chips does not look right. Looks like you're running into the same problem as in #165.

  2. Same issue with footer links as with chips.

mwilkins74 commented 1 week ago

@vikascripps

Ok, I got Director of Photography to render as below:

Screen Shot 2024-06-24 at 9 28 28 AM

But these changes cause Director & Producer to render like this:

Screen Shot 2024-06-24 at 9 29 23 AM

I can't figure out how to get them each to render in the following:

Director of
Photography
Director &
Producer

Chips & Footer Links both showing the Manrope, sans-serif flags same as on the Submit button issue in #165:

Screen Shot 2024-06-24 at 9 36 44 AM Screen Shot 2024-06-24 at 9 36 49 AM

Thoughts?