There was a discrepancy between the font used for the h2 element between the design specification and the current website implementation. The design specifies using the Halcon font for the h2 elements, but the website currently uses the Livvic font for all headings (h1 to h6) and body. This inconsistency affects the visual consistency and branding of the website. The goal of this issue is to update the h2 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 h2 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:
h2 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
h2
element between the design specification and the current website implementation. The design specifies using the Halcon font for theh2
elements, but the website currently uses the Livvic font for all headings (h1
toh6
) and body. This inconsistency affects the visual consistency and branding of the website. The goal of this issue is to update theh2
font to meet design specifications while keeping the rest of the headings and body text consistent with the current implementation.Task:
h2
elements, ensuring that it overrides any existing styles.Acceptance Criteria:
h2
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.