|
|
|
@ -1,6 +1,8 @@
|
|
|
|
@font-face {
|
|
|
|
@font-face {
|
|
|
|
font-face-name: 'DirectoryFontFamily';
|
|
|
|
font-family: 'customFont';
|
|
|
|
src: url('../fonts/Roboto-Black.ttf')
|
|
|
|
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.blue-background{
|
|
|
|
.blue-background{
|
|
|
|
@ -12,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
.title-banner{
|
|
|
|
.title-banner{
|
|
|
|
color: #FFF;
|
|
|
|
color: #FFF;
|
|
|
|
font-family: 'DirectoryFontFamily', serif;
|
|
|
|
font-family: customFont, serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.center-column{
|
|
|
|
.center-column{
|
|
|
|
|