Use the right font lol
This commit is contained in:
parent
80be7f6723
commit
1c1da91516
|
@ -1,5 +1,8 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Inter');
|
@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 {
|
:root {
|
||||||
--font-style: 'Inter', sans-serif;
|
--font-style: 'Inter', sans-serif;
|
||||||
|
@ -39,9 +42,9 @@
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 88px;
|
font-size: 88px;
|
||||||
font-family: "Pinyon Script", cursive;
|
font-family: "Mistral", cursive;
|
||||||
font-weight: 850;
|
font-weight: 850;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
BIN
public/assets/fonts/mistral-regular.ttf
Normal file
BIN
public/assets/fonts/mistral-regular.ttf
Normal file
Binary file not shown.
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
@ -3,13 +3,13 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>AstroCom</title>
|
<title>AstroCom</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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"/>
|
<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-TileColor" content="#000000">
|
||||||
<meta name="msapplication-square150x150logo" 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/logo.png">
|
<link rel="apple-touch-icon" href="https://astrocom.tel/assets/images/logo.png">
|
||||||
<link rel="icon" href="https://astrocom.tel/assets/logo.png" type="image/png" sizes="16x16">
|
<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/logo.png">
|
<meta property="og:image" content="https://astrocom.tel/assets/images/logo.png">
|
||||||
<link rel="canonical" href="https://astrocom.tel/">
|
<link rel="canonical" href="https://astrocom.tel/">
|
||||||
<meta property="og:url" content="https://astrocom.tel/">
|
<meta property="og:url" content="https://astrocom.tel/">
|
||||||
<meta property="og:site_name" content="AstroCom">
|
<meta property="og:site_name" content="AstroCom">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<h1 class="title">AstroCom</h1>
|
<h1 class="title">AstroCom</h1>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/about">About (WIP)</a><span> </span>
|
<a href="/about">About (WIP)</a><span> </span>
|
||||||
<a href="/directory">Directory</a><span> </span>
|
<a href="/directory">Directory</a><span> </span>
|
||||||
|
|
Loading…
Reference in a new issue