Use the right font lol

This commit is contained in:
Christopher Cookman 2024-12-15 13:07:02 -07:00
parent 80be7f6723
commit 1c1da91516
4 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Inter');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script');
@font-face {
font-family: 'Mistral';
src: url('/assets/fonts/mistral-regular.ttf') format('truetype');
}
:root {
--font-style: 'Inter', sans-serif;
@ -39,9 +42,9 @@
.title {
font-size: 88px;
font-family: "Pinyon Script", cursive;
font-family: "Mistral", cursive;
font-weight: 850;
font-style: normal;
font-style: italic;
display: none;
}

Binary file not shown.

View file

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -3,13 +3,13 @@
<meta charset="UTF-8">
<title>AstroCom</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/css/root-style.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"/>
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-square150x150logo" content="https://astrocom.tel/assets/logo.png">
<link rel="apple-touch-icon" href="https://astrocom.tel/assets/logo.png">
<link rel="icon" href="https://astrocom.tel/assets/logo.png" type="image/png" sizes="16x16">
<meta property="og:image" content="https://astrocom.tel/assets/logo.png">
<meta name="msapplication-square150x150logo" content="https://astrocom.tel/assets/images/logo.png">
<link rel="apple-touch-icon" href="https://astrocom.tel/assets/images/logo.png">
<link rel="icon" href="https://astrocom.tel/assets/images/logo.png" type="image/png" sizes="16x16">
<meta property="og:image" content="https://astrocom.tel/assets/images/logo.png">
<link rel="canonical" href="https://astrocom.tel/">
<meta property="og:url" content="https://astrocom.tel/">
<meta property="og:site_name" content="AstroCom">
@ -20,7 +20,7 @@
</head>
<body>
<div class="center">
<h1 class="title">AstroCom</h1>
<h1 class="title">AstroCom</h1>
<div class="links">
<a href="/about">About (WIP)</a><span> </span>
<a href="/directory">Directory</a><span> </span>