local font
This commit is contained in:
parent
e432efc401
commit
4922152e69
8 changed files with 13 additions and 31 deletions
|
|
@ -5,15 +5,12 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<title>The App</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page_container">
|
||||
<div class="nav_box">
|
||||
<a href="index.html" class="logo_home"><img src="../logo.svg" class="logo" alt="logo"></a>
|
||||
<a href="../index.html" class="logo_home"><img src="../logo.svg" class="logo" alt="logo"></a>
|
||||
<h2>News</h2>
|
||||
|
||||
<!-- burger menu -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue