NoroffFEU / agency.noroff.dev

Frontend web application for the Noroff Agency API
7 stars 17 forks source link

Profile page li font with Design Specification #743

Closed MaxMartinsen closed 10 months ago

MaxMartinsen commented 10 months ago

Design view:

Image

Web view:

Image

Description:

There was a discrepancy between the font used for the li element between the design specification and the current website implementation. The design specifies using the Halcon font for the li elements, but the website currently uses the Livvic font. This inconsistency affects the visual consistency and branding of the website. The goal of this issue is to update the li font to meet design specifications while keeping the rest of the headings and body text consistent with the current implementation.

Task:

  1. Review the current SCSS implementation for the font family in the headers and body.
  2. Update the SCSS to use the "Halcon" font for li elements, ensuring that it overrides any existing styles.
  3. Test changes on different browsers and devices to ensure compatibility and responsiveness.
  4. Review the design to ensure it matches the intended visual style.

Acceptance Criteria:

emilrh91 commented 10 months ago

Lookslike Nina fixed this in her Pull Request