Change webUI font
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Cats of Mastodon!</title><style>
|
<title>Cats of Mastodon! - Mahdium</title><style>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap');
|
||||||
body {
|
body {
|
||||||
font-family: 'Comic Neue', cursive;
|
font-family: "Atma", system-ui;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -197,7 +198,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2 class="mastodon-title">Cats of Mastodon!</h2>
|
<h2 class="mastodon-title">Cats of Mastodon!</h2>
|
||||||
<p class="welcome-message">Welcome to Daily Catventures! Get your daily dose of purr-fectly adorable feline fun! <span>✨</span><br>Posts gathered across Mastodon 🤝</p>
|
<p class="welcome-message">Welcome to Daily Catventures! </br> Get your daily dose of purr-fectly adorable feline fun! <span>✨</span><br>Posts gathered across Mastodon 🤝</p>
|
||||||
|
|
||||||
<div class="post-container">
|
<div class="post-container">
|
||||||
<div class="post-content" style="display: none;">
|
<div class="post-content" style="display: none;">
|
||||||
|
Reference in New Issue
Block a user