11 lines
205 B
CSS
11 lines
205 B
CSS
|
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Font1';
|
||
|
src: url('../lib/fonts/webfont.eot');
|
||
|
}
|
||
|
|
||
|
|
||
|
.navbar-header {
|
||
|
clear: both;
|
||
|
}
|