1 http://kumarunlock.blogspot.com/2017/06/get-helmet-rs9-only-unlocked.html 2 https://kumarunlock.blogspot.in/2015/06/swiggy-app-get-rs100-off-on-your-first.html
请检查它们包含不同字体样式的链接。我想要链接1中的所有旧帖子以及即将发布的新帖子的字体样式。 谢谢。
答案 0 :(得分:0)
要为所有Blogger博客帖子保留相同的字体样式,请使用以下样式替换.post-body
样式。
.post-body {
background-color: white;
color: #444444;
font-family: "arial" , "tahoma" , "helvetica" , "freesans" , sans-serif;
font-size: 18px;
margin: 0px;
padding: 10px;
line-height: 26px;
box-sizing: border-box;
}
并从博客文章span元素中删除所有内联css样式。