114 lines
3.2 KiB
SCSS
114 lines
3.2 KiB
SCSS
@font-face {
|
|
font-family: 'popcorn';
|
|
src:url('../fonts/popcorn.eot?yuu85v');
|
|
src:url('../fonts/popcorn.svg?yuu85v#popcorn') format('svg'),
|
|
url('../fonts/popcorn.eot?#iefixyuu85v') format('embedded-opentype'),
|
|
url('../fonts/popcorn.woff?yuu85v') format('woff'),
|
|
url('../fonts/popcorn.ttf?yuu85v') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'BrandonText';
|
|
src: url('../fonts/brandontext-regular-webfont.eot');
|
|
src: url('../fonts/brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/brandontext-regular-webfont.woff') format('woff'),
|
|
url('../fonts/brandontext-regular-webfont.ttf') format('truetype'),
|
|
url('../fonts/brandontext-regular-webfont.svg#BrandonText') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'BrandonText';
|
|
src: url('../fonts/brandontext-bold-webfont.eot');
|
|
src: url('../fonts/brandontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/brandontext-bold-webfont.woff') format('woff'),
|
|
url('../fonts/brandontext-bold-webfont.ttf') format('truetype'),
|
|
url('../fonts/brandontext-bold-webfont.svg#BrandonText') format('svg');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'BrandonText';
|
|
src: url('../fonts/brandontext-light-webfont.eot');
|
|
src: url('../fonts/brandontext-light-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/brandontext-light-webfont.woff') format('woff'),
|
|
url('../fonts/brandontext-light-webfont.ttf') format('truetype'),
|
|
url('../fonts/brandontext-light-webfont.svg#BrandonText') format('svg');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'BrandonText';
|
|
src: url('../fonts/brandontext-regularitalic-webfont.eot');
|
|
src: url('../fonts/brandontext-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/brandontext-regularitalic-webfont.woff') format('woff'),
|
|
url('../fonts/brandontext-regularitalic-webfont.ttf') format('truetype'),
|
|
url('../fonts/brandontext-regularitalic-webfont.svg#BrandonText') format('svg');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
font-family: 'popcorn';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
margin-right: 10px;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-github:before {
|
|
content: "\e600";
|
|
}
|
|
.icon-browser:before {
|
|
content: "\e601";
|
|
}
|
|
.icon-linux:before {
|
|
content: "\e60f";
|
|
}
|
|
.icon-win:before {
|
|
content: "\e602";
|
|
}
|
|
.icon-vlc:before {
|
|
content: "\e603";
|
|
}
|
|
.icon-hd:before {
|
|
content: "\e604";
|
|
}
|
|
.icon-facebook:before {
|
|
content: "\e605";
|
|
}
|
|
.icon-twitter:before {
|
|
content: "\e606";
|
|
}
|
|
.icon-eye:before {
|
|
content: "\e607";
|
|
}
|
|
.icon-play:before {
|
|
content: "\e608";
|
|
}
|
|
.icon-mac:before {
|
|
content: "\e609";
|
|
}
|
|
.icon-laptop:before {
|
|
content: "\e60a";
|
|
}
|
|
.icon-screen:before {
|
|
content: "\e60b";
|
|
}
|
|
.icon-window:before {
|
|
content: "\e60c";
|
|
}
|
|
.icon-info:before {
|
|
content: "\e60d";
|
|
}
|
|
.icon-close:before {
|
|
content: "\e60e";
|
|
} |