gitlabhq/app/assets/stylesheets/gitlab_bootstrap/fonts.scss

8 lines
209 B
SCSS
Raw Normal View History

2012-12-24 11:37:28 +01:00
@font-face{
font-family: Yanone;
src: font-url('YanoneKaffeesatz-Light.ttf');
}
/** Typo **/
2012-12-24 11:37:28 +01:00
$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace;