fix(curriculum): take browser difference into account (CSS Penguin Step 75) (#48621)

fix(curriculum): take browser difference into account
This commit is contained in:
YMatsuda
2022-12-02 17:52:17 +09:00
committed by GitHub
parent d06b65ff85
commit 9cc148a75a

View File

@@ -7,7 +7,7 @@ dashedName: step-75
# --description--
If you look closely, the _heart_ emoji is slightly different. This is because some of the character's properties were overridden by the `font-weight` style of `bold`.
In some browsers, the _heart_ emoji may look slightly different from the previous step. This is because some of the character's properties were overridden by the `font-weight` style of `bold`.
Fix this, by targeting the `div` with the heart emoji, and setting its `font-weight` to its original value.