emoji font for icon

This commit is contained in:
Alexander Bocken 2024-02-26 12:00:38 +01:00
parent abddf4b201
commit 5ee48fa733
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -185,6 +185,7 @@ h1{
}
.icon{
font-family: "Noto Color Emoji", emoji;
position: absolute;
top: -1em;
right: -0.75em;
@ -292,7 +293,9 @@ h4{
<h4>Saison:</h4>
{#each season_iv as season}
<a class=tag href="/rezepte/season/{season[0]}">
{months[season[0] - 1]}
{#if season[0]}
{months[season[0] - 1]}
{/if}
{#if season[1]}
- {months[season[1] - 1]}
{/if}