Reverted URL @ iconkit.css
This commit is contained in:
parent
76e8531a27
commit
210ef3c02a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Roboto');
|
||||
@font-face {font-family: Pusab; src: url('/assets/Pusab.ttf')}
|
||||
@font-face {font-family: Pusab; src: url('../../assets/Pusab.ttf')}
|
||||
|
||||
.gdButton {
|
||||
cursor: pointer;
|
||||
|
@ -686,4 +686,4 @@ input[type="range"]::-webkit-slider-thumb:active { background-image: url("../../
|
|||
|
||||
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
|
||||
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
|
||||
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
|
||||
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
|
||||
|
|
Loading…
Add table
Reference in a new issue