You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
gaming/source/stylesheets/_mixin.scss

17 lines
390 B

@font-face {
font-family: "Journal";
src: url('fonts/journal-webfont.woff');
}
@font-face {
font-family: "Tangerine";
src: url('fonts/Tangerine-Regular.woff');
}
@font-face {
font-family: "TangerineB";
src: url('fonts/Tangerine-Bold.woff');
}
$border-color: #37abc8;
$header-text-color: #69b5c8;
$footer-text-color: #69b5c8;
$base-link: #37abc8;
$hover-link: darken($base-link, 10%);