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.
36 lines
1.2 KiB
36 lines
1.2 KiB
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
|
|
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat Regular';
|
|
src: url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
|
|
src: url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 'small';
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat Bold';
|
|
src: url('/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
|
|
src: url('/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat Light';
|
|
src: url('/fonts/Montserrat/Montserrat-Light.woff') format('woff');
|
|
src: url('/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat UltraLight';
|
|
src: url('/fonts/Montserrat/Montserrat-UltraLight.woff') format('woff');
|
|
src: url('/fonts/Montserrat/Montserrat-UltraLight.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|