diff --git a/examples/index.css b/examples/base.css similarity index 53% rename from examples/index.css rename to examples/base.css index ead0cb3..99c88b7 100644 --- a/examples/index.css +++ b/examples/base.css @@ -6,3 +6,8 @@ cursor: pointer; } } + +@theme { + --color-zinc-750: oklch(32.2% 0.0095 285.919); + --font-sans: "Inter Variable", sans-serif; +} \ No newline at end of file diff --git a/examples/base.ts b/examples/base.ts new file mode 100644 index 0000000..675b224 --- /dev/null +++ b/examples/base.ts @@ -0,0 +1 @@ +import '@fontsource-variable/inter'; diff --git a/examples/metadata-extraction/index.html b/examples/metadata-extraction/index.html index 7a98d3a..626a698 100644 --- a/examples/metadata-extraction/index.html +++ b/examples/metadata-extraction/index.html @@ -5,47 +5,48 @@
Select or drop a media file, and Mediakit will start extracting various metadata about that file.
Mediakit
View source code