diff --git a/client/src/components/layouts/learn.css b/client/src/components/layouts/learn.css index e5a6b083c4..045e35d787 100644 --- a/client/src/components/layouts/learn.css +++ b/client/src/components/layouts/learn.css @@ -22,8 +22,3 @@ #learn-app-wrapper .reflex-container.horizontal > .reflex-splitter { height: 5px; } - -#description p, -#instructions p { - font-family: 'Lato', sans-serif; -} diff --git a/client/src/templates/Challenges/components/challenge-description.css b/client/src/templates/Challenges/components/challenge-description.css index fd18c5dcf6..39bec9d157 100644 --- a/client/src/templates/Challenges/components/challenge-description.css +++ b/client/src/templates/Challenges/components/challenge-description.css @@ -7,3 +7,12 @@ margin-bottom: 1.45rem; font-size: 0.9rem; } + +#description p, +#instructions p, +#description ul, +#instructions ul, +#description ol, +#instructions ol { + font-family: 'Lato', sans-serif; +}