diff --git a/footer.php b/footer.php index 6e0219a..1e50d20 100644 --- a/footer.php +++ b/footer.php @@ -3,7 +3,7 @@

-

+

Move icon

diff --git a/public/fonts/icons.svg b/public/fonts/icons.svg deleted file mode 100644 index a222691..0000000 --- a/public/fonts/icons.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - \ No newline at end of file diff --git a/public/fonts/icons.ttf b/public/fonts/icons.ttf deleted file mode 100644 index 09bb899..0000000 Binary files a/public/fonts/icons.ttf and /dev/null differ diff --git a/public/fonts/icons.woff b/public/fonts/icons.woff deleted file mode 100644 index 0ec1426..0000000 Binary files a/public/fonts/icons.woff and /dev/null differ diff --git a/public/images/move.svg b/public/images/move.svg new file mode 100644 index 0000000..5da9f0b --- /dev/null +++ b/public/images/move.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/public/style.css b/public/style.css index a8413e6..40d7a21 100644 --- a/public/style.css +++ b/public/style.css @@ -26,31 +26,17 @@ body { color: #FFF; } -@font-face { - font-family: 'icons'; - src:url('fonts/icons.woff') format('woff'), - url('fonts/icons.ttf') format('truetype'), - url('fonts/icons.svg#icons') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="icon-"], [class*=" icon-"] { - font-family: 'icons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better font rendering */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; +.icon-inline { + vertical-align: top; + height: 1.2rem; + width: 1.2rem; + padding: 0 2px; } /* Structure and global design */ a, a:visited { color: #013F6D; + fill: #013F6D; text-decoration: none; } @@ -177,12 +163,6 @@ svg#url-qr-code { } /* Footer */ -.bookmarklet:before { - font-family: 'icons'; - content: "\e600"; - margin: 2px; -} - .footer { text-align: center; border-top: 2px solid #000;