Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Forked from Goom11/moment.css
Last active October 23, 2017 08:35
Show Gist options
  • Save bitjockey42/793e55188692a9f4fc291a62510de018 to your computer and use it in GitHub Desktop.
Save bitjockey42/793e55188692a9f4fc291a62510de018 to your computer and use it in GitHub Desktop.
Custom CSS file for Moment Firefox plugin
@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