summaryrefslogtreecommitdiffstats
path: root/VegaData
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-22 23:10:30 +0200
committerivar <i@oiee.no>2025-10-22 23:10:30 +0200
commit4f57e4d7ae2b1fac7c766543e0808820480ffe65 (patch)
tree2e2e0e4f97651fdbbf0de16c672322e5c1e5734b /VegaData
parent022136082fa348fc7d6b67938344d50342f92e1b (diff)
downloadvegadata-4f57e4d7ae2b1fac7c766543e0808820480ffe65.tar.xz
vegadata-4f57e4d7ae2b1fac7c766543e0808820480ffe65.zip
feat: Remove custom font
Diffstat (limited to 'VegaData')
-rw-r--r--VegaData/VegaData.csproj4
-rw-r--r--VegaData/obj/Debug/net10.0/VegaData.AssemblyInfo.cs2
-rw-r--r--VegaData/obj/Debug/net10.0/VegaData.AssemblyInfoInputs.cache2
-rw-r--r--VegaData/obj/rider.project.model.nuget.info2
-rw-r--r--VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otfbin33308 -> 0 bytes
-rw-r--r--VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttfbin132156 -> 0 bytes
-rw-r--r--VegaData/wwwroot/index.html24
7 files changed, 7 insertions, 27 deletions
diff --git a/VegaData/VegaData.csproj b/VegaData/VegaData.csproj
index 33a7599..2604474 100644
--- a/VegaData/VegaData.csproj
+++ b/VegaData/VegaData.csproj
@@ -30,4 +30,8 @@
<None Include="wwwroot\17.png" />
</ItemGroup>
+ <ItemGroup>
+ <_ContentIncludedByDefault Remove="wwwroot\Baskerville No.2 Regular\Baskerville No.2 Regular.otf" />
+ </ItemGroup>
+
</Project>
diff --git a/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfo.cs b/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfo.cs
index ae2d8a9..23b375d 100644
--- a/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfo.cs
+++ b/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("VegaData")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4c8f1790f8688393e1d3cffc0c523cf6366adb29")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+022136082fa348fc7d6b67938344d50342f92e1b")]
[assembly: System.Reflection.AssemblyProductAttribute("VegaData")]
[assembly: System.Reflection.AssemblyTitleAttribute("VegaData")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfoInputs.cache b/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfoInputs.cache
index 0adf6d1..9260ffa 100644
--- a/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfoInputs.cache
+++ b/VegaData/obj/Debug/net10.0/VegaData.AssemblyInfoInputs.cache
@@ -1 +1 @@
-b85a5ba5818921f7333c82fbe96f5f7e51177569b7adf0205f30bfef6986e0e4
+1b9387f58143814d50fdae868d8b84fbdec1b10693811ce26e72af5d95f1b805
diff --git a/VegaData/obj/rider.project.model.nuget.info b/VegaData/obj/rider.project.model.nuget.info
index 377aef5..af9c7c6 100644
--- a/VegaData/obj/rider.project.model.nuget.info
+++ b/VegaData/obj/rider.project.model.nuget.info
@@ -1 +1 @@
-17596704786656566 \ No newline at end of file
+17609848606089618 \ No newline at end of file
diff --git a/VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf b/VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf
deleted file mode 100644
index 35da359..0000000
--- a/VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf
+++ /dev/null
Binary files differ
diff --git a/VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf b/VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf
deleted file mode 100644
index 443d2ab..0000000
--- a/VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf
+++ /dev/null
Binary files differ
diff --git a/VegaData/wwwroot/index.html b/VegaData/wwwroot/index.html
index 8cca14e..a47b9e2 100644
--- a/VegaData/wwwroot/index.html
+++ b/VegaData/wwwroot/index.html
@@ -5,30 +5,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
- @font-face {
- font-family: 'Broadsheet Italic';
- src: url('/Broadsheet Italic/Broadsheet Italic.ttf') format('truetype');
- font-weight: normal;
- font-display: auto;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'Baskerville No.2 Regular';
- src: url('/Baskerville No.2 Regular/Baskerville No.2 Regular.otf') format('opentype');
- font-weight: normal;
- font-display: auto;
- font-style: normal;
- }
-
- .italic {
- font-family: 'Broadsheet Italic', serif;
- }
-
- .regular {
- font-family: 'Baskerville No.2 Regular', serif;
- }
-
* {
box-sizing: border-box;
}