What problem I faced:
Now I want to edit my theme's style.css file in wordpress admin,but it does not show full content,it just some summary info.But when I login my host by ssh,I could see full content in style.css. enter image description here
@font-face { font-family: 'Play'; font-style: normal; font-weight: 400; src: url(./font/ZNo-5SxCwH1CXgZ-n3bt2g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215 } body { font-family: "Play", "Microsoft Yahei", "Open Sans", sans-serif; } .mr5 { margin-right: 5px } .mt0 { margin-top: 0 } .mt5 { margin-top: 5px } .mt10 { margin-top: 10px } .mt15 { margin-top: 15px } .mt20 { margin-top: 20px } .mt25 { margin-top: 25px }
wordpress version
5.2.7