gpt4 book ai didi

html - 字体粗细不适用于任何浏览器

转载 作者:行者123 更新时间:2023-11-28 03:35:28 26 4
gpt4 key购买 nike

我的 HTML 文件是:-

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kitty Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="http://placehold.it/100x100" class="img-responsive" alt="Logo">
</div>
<div class="col-md-6 text-uppercase text-right">
<h1 class="super-text">Jane Doette</h1>
<h3>Front-end Ninja</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img src="http://placehold.it/1140x350" class="img-responsive">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Featured Work</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<img src="http://placehold.it/555x300" class="img-responsive">
<h3>Appify</h3>
<p><a href="http://github.com">Link to project</a></p>
</div>
<div class="col-md-4">
<img src="http://placehold.it/555x300" class="img-responsive">
<h3>Sunflower</h3>
<p><a href="http://github.com">Link to project</a></p>
</div>
<div class="col-md-4">
<img src="http://placehold.it/555x300" class="img-responsive">
<h3>Bokeh</h3>
<p><a href="http://github.com">Link to project</a></p>
</div>
</div>
</div>
</body>
</html>

我的 css 文件是:-

.super-text {
font-size: 60px;
font-weight: 200;
}


body {
font-family: 'Lato', sans-serif;
color: #747704;
font-weight: 100;
}

现在,当我在浏览器中打开 html 文件时。字体样式和颜色可以,但字体粗细不会影响屏幕上的任何文本。我试过 mozilla firefox、chrome 和 internet explorer,但这些浏览器都没有任何用处。有谁知道我的问题出在哪里。

最佳答案

将 CSS 中的 font-8 更改为 700px

关于html - 字体粗细不适用于任何浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44507652/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com