mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 18:13:48 +00:00
chore: import correct font weight
This commit is contained in:
parent
6f7038fc92
commit
9e3789e31f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export default function Document() {
|
|||
|
||||
{/* Inter */}
|
||||
<link
|
||||
href='https://fonts.googleapis.com/css2?family=Inter&display=swap'
|
||||
href='https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'
|
||||
rel='stylesheet'
|
||||
></link>
|
||||
</Head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue