Last active
May 25, 2016 05:53
-
-
Save Goom11/8788650 to your computer and use it in GitHub Desktop.
Custom CSS file for Moment Firefox plugin
This file contains 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 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment