add koruri as a submodule

pull/6/head
Namekuji 2022-12-08 03:58:41 -05:00
rodzic da62c4344f
commit 430ba06184
13 zmienionych plików z 5 dodań i 33 usunięć

3
.gitmodules vendored 100644
Wyświetl plik

@ -0,0 +1,3 @@
[submodule "audon-fe/src/assets/koruri"]
path = audon-fe/src/assets/koruri
url = https://github.com/sakura-tel/koruri.git

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

@ -0,0 +1 @@
Subproject commit c54a0e34d550cdcd552180dca81c1e28ac4e3100

Wyświetl plik

@ -1,32 +0,0 @@
@font-face {
font-family: "Koruri";
src: url("./fonts/koruri-regular.eot");
src: url("./fonts/koruri-regular.eot?#iefix") format("embedded-opentype"),
url("./fonts/koruri-regular.woff") format("woff"),
url("./fonts/koruri-regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Koruri";
src: url("./fonts/koruri-semibold.eot");
src: url("./fonts/koruri-semibold.eot?#iefix") format("embedded-opentype"),
url("./fonts/koruri-semibold.woff") format("woff"),
url("./fonts/koruri-semibold.ttf") format("truetype");
font-style: normal;
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: "Koruri";
src: url("./fonts/koruri-bold.eot");
src: url("./fonts/koruri-bold.eot?#iefix") format("embedded-opentype"),
url("./fonts/koruri-bold.woff") format("woff"),
url("./fonts/koruri-bold.ttf") format("truetype");
font-style: normal;
font-weight: 700;
font-display: swap;
}

Wyświetl plik

@ -11,7 +11,7 @@ import router from "./router";
import { useMastodonStore } from "./stores/mastodon";
import "./assets/style.css";
import "./assets/koruri.css";
import "./assets/koruri/koruri.css";
import "vuetify/styles";
const vuetify = createVuetify({