Skip to content

Commit

Permalink
Merge pull request #449 from wangyang0210/fix/post_body_font_family
Browse files Browse the repository at this point in the history
fix(simpleMemory): post body font-family
  • Loading branch information
wangyang0210 authored Oct 23, 2024
2 parents 8e3b3d3 + 7bacfea commit 72eb605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/simpleMemory.css
Original file line number Diff line number Diff line change
Expand Up @@ -3213,8 +3213,8 @@ div#rightMenu .rightMenuItem {
#cnblogs_post_body > p {
margin: 13px auto;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI',
'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI',
'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif,'Apple Color Emoji',;
font-size: 16px;
letter-spacing: 0.015em;
font-feature-settings: 'tnum';
Expand Down

0 comments on commit 72eb605

Please sign in to comment.