mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 05:55:14 +00:00
upd: align font with new repo
This commit is contained in:
parent
4ed4547f4a
commit
9d4d2a1fad
7 changed files with 98 additions and 19 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Binary file not shown.
BIN
packages/backend/assets/fonts/sharkey-icons/shark-font.svg
Normal file
BIN
packages/backend/assets/fonts/sharkey-icons/shark-font.svg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
packages/backend/assets/fonts/sharkey-icons/shark-font.ttf
Normal file
BIN
packages/backend/assets/fonts/sharkey-icons/shark-font.ttf
Normal file
Binary file not shown.
BIN
packages/backend/assets/fonts/sharkey-icons/shark-font.woff
Normal file
BIN
packages/backend/assets/fonts/sharkey-icons/shark-font.woff
Normal file
Binary file not shown.
|
@ -1,35 +1,114 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: "custom-sharkey-icons";
|
||||
src: url("./custom-sharkey-icons.woff") format("woff"),
|
||||
url("./custom-sharkey-icons.ttf") format("truetype"),
|
||||
url("./custom-sharkey-icons.svg#custom-sharkey-icons") format("svg");
|
||||
font-weight: normal;
|
||||
font-display: auto;
|
||||
font-family: "shark-font";
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
font-weight: normal;
|
||||
|
||||
src: url("./shark-font.woff") format("woff"), url("./shark-font.ttf") format("truetype"), url("./shark-font.svg#shark-font") format("svg");
|
||||
}
|
||||
|
||||
.sk-icons {
|
||||
font-family: "custom-sharkey-icons" !important;
|
||||
font-style: normal;
|
||||
display: inline-block;
|
||||
font-family: "shark-font";
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.sk-icons.sk-shark:before {
|
||||
content: "\61";
|
||||
.sk-icons-lg {
|
||||
font-size: 1.33333em;
|
||||
line-height: 0.75em;
|
||||
vertical-align: -0.0667em;
|
||||
}
|
||||
|
||||
.sk-icons.sk-misskey:before {
|
||||
content: "\62";
|
||||
.sk-icons-xs {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.sk-icons.sk-foldermove:before {
|
||||
content: "\63";
|
||||
.sk-icons-sm {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.sk-icons-1x {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.sk-icons-2x {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.sk-icons-3x {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.sk-icons-4x {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
.sk-icons-5x {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
.sk-icons-6x {
|
||||
font-size: 6em;
|
||||
}
|
||||
|
||||
.sk-icons-7x {
|
||||
font-size: 7em;
|
||||
}
|
||||
|
||||
.sk-icons-8x {
|
||||
font-size: 8em;
|
||||
}
|
||||
|
||||
.sk-icons-9x {
|
||||
font-size: 9em;
|
||||
}
|
||||
|
||||
.sk-icons-10x {
|
||||
font-size: 10em;
|
||||
}
|
||||
|
||||
.sk-icons-fw {
|
||||
text-align: center;
|
||||
width: 1.25em;
|
||||
}
|
||||
|
||||
.sk-icons-border {
|
||||
border: solid 0.08em #eee;
|
||||
border-radius: 0.1em;
|
||||
padding: 0.2em 0.25em 0.15em;
|
||||
}
|
||||
|
||||
.sk-icons-pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sk-icons-pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sk-icons.sk-icons-pull-left {
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
|
||||
.sk-icons.sk-icons-pull-right {
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
|
||||
|
||||
.sk-icons.sk-foldermove::before {
|
||||
content: "\ea01";
|
||||
}
|
||||
|
||||
.sk-icons.sk-misskey::before {
|
||||
content: "\ea02";
|
||||
}
|
||||
|
||||
.sk-icons.sk-shark::before {
|
||||
content: "\ea03";
|
||||
}
|
Loading…
Reference in a new issue