(Grav GitSync) Automatic Commit from smokephil
This commit is contained in:
commit
4267db646d
2765 changed files with 462171 additions and 0 deletions
22
plugins/git-sync/css-compiled/git-sync-icon.css
Normal file
22
plugins/git-sync/css-compiled/git-sync-icon.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
@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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue