Skip to content

Commit

Permalink
[ci] Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Finii authored and github-actions[bot] committed Jun 7, 2024
1 parent af7870e commit 86fda77
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 2 deletions.
30 changes: 29 additions & 1 deletion assets/font-logos.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,14 @@
.fl-vscodium::before,
.fl-kde::before,
.fl-postmarketos::before,
.fl-qt::before
.fl-qt::before,
.fl-libreoffice::before,
.fl-libreofficebase::before,
.fl-libreofficecalc::before,
.fl-libreofficedraw::before,
.fl-libreofficeimpress::before,
.fl-libreofficemath::before,
.fl-libreofficewriter::before
{
display: inline-block;
font-family: "font-logos";
Expand Down Expand Up @@ -518,4 +525,25 @@
}
.fl-qt::before {
content: "\f375";
}
.fl-libreoffice::before {
content: "\f376";
}
.fl-libreofficebase::before {
content: "\f377";
}
.fl-libreofficecalc::before {
content: "\f378";
}
.fl-libreofficedraw::before {
content: "\f379";
}
.fl-libreofficeimpress::before {
content: "\f37a";
}
.fl-libreofficemath::before {
content: "\f37b";
}
.fl-libreofficewriter::before {
content: "\f37c";
}
42 changes: 42 additions & 0 deletions assets/font-logos.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,48 @@
"name": "Qt",
"codepoint": 62325,
"variant": false
},
"libreoffice": {
"offset": 118,
"name": "LibreOffice",
"codepoint": 62326,
"variant": false
},
"libreofficebase": {
"offset": 119,
"name": "LibreOffice Base",
"codepoint": 62327,
"variant": false
},
"libreofficecalc": {
"offset": 120,
"name": "LibreOffice Calc",
"codepoint": 62328,
"variant": false
},
"libreofficedraw": {
"offset": 121,
"name": "LibreOffice Draw",
"codepoint": 62329,
"variant": false
},
"libreofficeimpress": {
"offset": 122,
"name": "LibreOffice Impress",
"codepoint": 62330,
"variant": false
},
"libreofficemath": {
"offset": 123,
"name": "LibreOffice Math",
"codepoint": 62331,
"variant": false
},
"libreofficewriter": {
"offset": 124,
"name": "LibreOffice Writer",
"codepoint": 62332,
"variant": false
}
}
}
21 changes: 21 additions & 0 deletions assets/font-logos.out.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,27 @@
},
"qt": {
"width": 512
},
"libreoffice": {
"width": 416
},
"libreofficebase": {
"width": 416
},
"libreofficecalc": {
"width": 416
},
"libreofficedraw": {
"width": 416
},
"libreofficeimpress": {
"width": 416
},
"libreofficemath": {
"width": 416
},
"libreofficewriter": {
"width": 416
}
}
}
Binary file modified assets/font-logos.ttf
Binary file not shown.
Binary file modified assets/font-logos.woff
Binary file not shown.
Binary file modified assets/font-logos.woff2
Binary file not shown.
Loading

0 comments on commit 86fda77

Please sign in to comment.