Html Can';t从p标记中删除粗体效果

Html Can';t从p标记中删除粗体效果,html,css,Html,Css,我似乎无法删除我的p标签上的粗体效果。地址出现的地方,我希望是正常情况。任何关于如何做的帮助。非常感谢。连结至该网页的连结为- 还有,我如何使段落彼此更接近 <html> <head> <title>Pennine Tools Aerospace LTD - Website Coming Soon</title> <meta name="viewport" content="width=device-width, initial-sca

我似乎无法删除我的p标签上的粗体效果。地址出现的地方,我希望是正常情况。任何关于如何做的帮助。非常感谢。连结至该网页的连结为-

还有,我如何使段落彼此更接近

<html>

<head>

<title>Pennine Tools Aerospace LTD - Website Coming Soon</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="keywords" content="Pennine Aerospace" />

<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>

<!--css-->

<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />

<!--/css-->

<!--fonts-->

<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>

<!--fonts-->



</head>

<body>

<div class="container1">

        <!-----start-wrap----->



            <!-----start-Content----->

<div class="content-header">

                    <img src="images/aerospace_logo.png" title="Pennine Tools Aerospace LTD Official Logo" alt="Pennine Tools Official Logo">

                    <p style="color:black; font-size: 28px;">New Website Coming Soon</p><p></p>

                    <p>&nbsp;</p>

                    <p>&nbsp;</p>


        <p style="color:black;">For all queries please contact</p><br>

     <p style="color: black;">Email: <a href="mailto:enquiries@penninetoolsaerospace.com">enquiries@penninetoolsaerospace.com</a></p>

    <p style="color:black;">Tel: 01282 815555</p>    

    <p>&nbsp;</p>


    <p style="color: black;;">Pennine Tools Aerospace Ltd</p>
    <p style="color: black;">Unit 1</p>
    <p style="color: black;">Ravenscroft Business Park</p>
    <p style="color: black;">Jackdaw Road</p>
    <p style="color: black;">Barnoldswick</p>
    <p style="color: black;">Lancashire</p>
    <p style="color: black;">BB18 6DX</p>

</div>
</div>

</body>

</html>

}

.内容标题p{

color: #fff;

font-size: 1em;

font-weight: inherit;

word-spacing: 0.2em;
}

@介质(最大宽度:1024px){

}

@介质(最大宽度:768px){

}

@介质(最大宽度:640像素){

}

@介质(最大宽度:480px){

}

@介质(最大宽度:320px){


}

您的字体系列只有粗体字体。所以你需要这个版本的普通字体。如果在该字体系列中可用


页面的链接是-您的字体权重属性似乎很好。您只需要减少这些p标记的字体大小。比如说0.9或0.8em如果你的p标签上没有加粗,你应该按照@Nandita Arora Sharma的建议减少字体。我尝试过更改它,但仍然没有删除加粗效果。只是尺寸变小了。非常感谢。救了我。再次感谢。很抱歉,但是如何使段落更接近彼此?您需要下载此字体系列的普通样式字体。如果有空,我会感谢你的帮助。
color: #fff;

font-size: 1em;

font-weight: inherit;

word-spacing: 0.2em;
.content-header {

    text-align: center;

    margin-top: 0em;

}

.content-header {

        margin-top: 0em;

    }
.content-header h1 {

    color: #fff;

    font-size: 3.4em;

    margin:0 0 0.3em 0;

}

.notify {

    width: 50%;

}
.content-header h1 {

    font-size: 2.5em;

    margin: 0 0 0.2em;

}

.content-header p {

    color: #fff;

    font-size: 0.85em;

}

.notify {

    width: 57%;

}

.notify input[type="text"] {

    width: 71%;

}
.content-header h1 {

    font-size: 0em;

}

.notify {

    width: 75%;

}
.content-header h1 {

    font-size: 1.5em;

    margin:0 0 0.5em;

}

.content-header p {

    font-size: 0.8em;

    line-height: 1.6em;

}

.notify {

    width: 71%;

    padding: 1em;

    margin-top: 1em;

}

.notify input[type="text"] {

    width: 52%;

}

.copy-right p {

    font-size: 0.7em;

}
.content-header h1 {

    font-size: 1.2em;

    margin: 0 0 0.5em;

    line-height: 1.6em;

}

/*.content-header p {

    font-size: 0.7em;

    line-height: 1.6em;

}*/

.content-header {

    margin-top: 0em;

}

.notify {

    width: 77%;

}