diff --git a/apps/site/src/content/articles/gel-design-approach/content.mdoc b/apps/site/src/content/articles/gel-design-approach/content.mdoc index b7f707d86..266392b56 100644 --- a/apps/site/src/content/articles/gel-design-approach/content.mdoc +++ b/apps/site/src/content/articles/gel-design-approach/content.mdoc @@ -46,7 +46,7 @@ Teams can then focus on and invest in testing the overall experience against acc ## Stay lean -When adding elements to the design system we take a rigorous, best practice approach to interface design and development. This ensures ­­we provide high quality, robust, re-usable assets, making it easier to design, build and maintain our digital products and services. +When adding elements to the design system we take a rigorous, best practice approach to interface design and development. This ensures we provide high quality, robust, re-usable assets, making it easier to design, build and maintain our digital products and services. Staying lean means that change is easier and design and tech debt is reduced awarding time to focus on continuously improving our customer experiences. @@ -60,6 +60,6 @@ We think about the things that are important to developers to meet their goals. Providing a single source of code for development builds to maintain multiple brands and devices, makes change much simpler for our development teams. -We style dynamically using code**.** By using code to style the components, we can keep things lean and increase performance of our digital experiences. +We style dynamically using code. By using code to style the components, we can keep things lean and increase performance of our digital experiences. We also use 2 CSS font stacks. One for the brand font and one for the body font. The font stack allows the device to select the most appropriate font to render for the device. This increases legibility and performance. Using a font stack also supports us to translate our solutions into multi-lingual experiences with less effort.