libreqr/ubuntu/_ubuntu-condensed.scss

19 lines
802 B
SCSS
Executable File

/* Ubuntu Font Family Bower-ready v0.1.13 */
/* Ubuntu Condensed @font-face kit */
$UbuntuFontsPath: "./fonts" !default;
/* BEGIN Ubuntu Condensed */
@font-face {
font-family: 'Ubuntu Condensed';
src: url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.svg#ubuntu_condensedregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* END Ubuntu Condensed */