这个问题对于设计师来说是纯粹的。在我的 html 页面上,我在标题中调用字体,如下所示:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=BioRhyme&display=swap">
<link rel="stylesheet" type="text/css" href="css/fonts.css">
我的 fonts.css 文件如下所示:
* {
font-family: 'BioRhyme', serif;
}
但是我的字体看起来不一样,<button>有<input>没有办法绕过它,让它看起来像页面的其余部分,如何?