Skip to content

Instantly share code, notes, and snippets.

@Goom11
Last active May 25, 2016 05:53
Show Gist options
  • Save Goom11/8788650 to your computer and use it in GitHub Desktop.
Save Goom11/8788650 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 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment