mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
22 lines
504 B
CSS
22 lines
504 B
CSS
@font-face {
|
|
font-family: 'gitsync';
|
|
src:
|
|
url('../fonts/gitsync.ttf?ivrc6k') format('truetype'),
|
|
url('../fonts/gitsync.woff?ivrc6k') format('woff'),
|
|
url('../fonts/gitsync.svg?ivrc6k#gitsync') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.fa.fa-git,
|
|
.fa.fa-git-square {
|
|
font-family: 'gitsync' !important;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fa-git-square:before {
|
|
content: "\e900" !important;
|
|
}
|
|
.fa-git:before {
|
|
content: "\e901" !important;
|
|
}
|