[backend] Add font "Inter"

This commit is contained in:
Lilian 2025-01-10 09:25:09 +01:00
parent 19d9f4b719
commit 6b17623cfd
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" /> <PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" />
<PackageReference Include="EntityFrameworkCore.Projectables" Version="4.0.0" /> <PackageReference Include="EntityFrameworkCore.Projectables" Version="4.0.0" />
<PackageReference Include="FlexLabs.EntityFrameworkCore.Upsert" Version="8.1.2" /> <PackageReference Include="FlexLabs.EntityFrameworkCore.Upsert" Version="8.1.2" />
<PackageReference Include="Iceshrimp.Assets.Fonts" Version="1.0.0" />
<PackageReference Include="Iceshrimp.ObjectStorage.S3" Version="0.34.3" /> <PackageReference Include="Iceshrimp.ObjectStorage.S3" Version="0.34.3" />
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="2.0.0" /> <PackageReference Include="Isopoh.Cryptography.Argon2" Version="2.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" /> <PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />

View file

@ -19,6 +19,7 @@
<link href="manifest.webmanifest" rel="manifest"/> <link href="manifest.webmanifest" rel="manifest"/>
<link rel="apple-touch-icon" sizes="512x512" href="~/_content/Iceshrimp.Assets.Branding/512.png"/> <link rel="apple-touch-icon" sizes="512x512" href="~/_content/Iceshrimp.Assets.Branding/512.png"/>
<link rel="apple-touch-icon" sizes="192x192" href="~/_content/Iceshrimp.Assets.Branding/192.png"/> <link rel="apple-touch-icon" sizes="192x192" href="~/_content/Iceshrimp.Assets.Branding/192.png"/>
<link rel="stylesheet" href="~/_content/Iceshrimp.Assets.Fonts/fonts/inter/inter.css" />
</head> </head>
<body> <body>