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:
Review the current SCSS implementation for the font family in the headers and body.
Update the SCSS to use the "Halcon" font for li elements, ensuring that it overrides any existing styles.
Test changes on different browsers and devices to ensure compatibility and responsiveness.
Review the design to ensure it matches the intended visual style.
Acceptance Criteria:
li elements on the site should use the "Halcon" font as specified in the design.
Changing the font should not affect the layout or responsiveness of the website.
The updated font should be visually consistent across browsers and devices.
The implementation must be approved by the development team to ensure it is consistent with the overall vision of the project.
A clear decision on whether the typography fix will be applied only to the company profile and pages or extended to the entire application.
Design view:
Web view:
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 theli
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:
li
elements, ensuring that it overrides any existing styles.Acceptance Criteria:
li
elements on the site should use the "Halcon" font as specified in the design. Changing the font should not affect the layout or responsiveness of the website.