-
-
Save bitjockey42/793e55188692a9f4fc291a62510de018 to your computer and use it in GitHub Desktop.
Custom CSS file for Moment Firefox plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Raleway'; | |
font-style: normal; | |
font-weight: 100; | |
src: url(https://github.com/theleagueof/raleway/raw/master/webfonts/raleway_thin-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'Raleway'; | |
font-style: normal; | |
font-weight: 300; | |
src: url(https://github.com/theleagueof/raleway/raw/master/webfonts/raleway_thin-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'Raleway'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://github.com/theleagueof/raleway/raw/master/webfonts/raleway_thin-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'Raleway'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://github.com/theleagueof/raleway/raw/master/webfonts/raleway_thin-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'League'; | |
font-style: normal; | |
font-weight: 100; | |
src: url(https://github.com/theleagueof/league-script-number-one/raw/master/webfonts/LeagueScriptNumberOne-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'League'; | |
font-style: normal; | |
font-weight: 300; | |
src: url(https://github.com/theleagueof/league-script-number-one/raw/master/webfonts/LeagueScriptNumberOne-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'League'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://github.com/theleagueof/league-script-number-one/raw/master/webfonts/LeagueScriptNumberOne-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'League'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://github.com/theleagueof/league-script-number-one/raw/master/webfonts/LeagueScriptNumberOne-webfont.ttf) format('truetype'); | |
} | |
#date { font-family: "Raleway" } | |
#weather { font-family: "League" } | |
body>a:last-of-type { display: none } | |
body { | |
background:url(https://source.unsplash.com/category/nature/1440x900) center top !important; | |
background-size:cover !important; } | |
* { | |
color:white !important; | |
text-shadow: 1px 1px 10px #000; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment