Line 324: | Line 324: | ||
font-style: normal; | font-style: normal; | ||
font-weight: 400; | font-weight: 400; | ||
− | src: url( | + | src: url(MaterialIcons-Regular.eot); /* For IE6-8 */ |
+ | src: local('Material Icons'), | ||
+ | local('MaterialIcons-Regular'), | ||
+ | url(MaterialIcons-Regular.woff2) format('woff2'), | ||
+ | url(MaterialIcons-Regular.woff) format('woff'), | ||
+ | url(MaterialIcons-Regular.ttf) format('truetype'); | ||
} | } | ||
/*END ICONS*/ | /*END ICONS*/ | ||
Line 330: | Line 335: | ||
@font-face { | @font-face { | ||
font-family: 'Open Sans'; | font-family: 'Open Sans'; | ||
− | + | src: url('OpenSans-Bold.woff2') format('woff2'), | |
+ | url('OpenSans-Bold.woff') format('woff'); | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
Line 337: | Line 343: | ||
@font-face { | @font-face { | ||
font-family: 'Open Sans'; | font-family: 'Open Sans'; | ||
− | + | src: url('OpenSans-Regular.woff2') format('woff2'), | |
+ | url('OpenSans-Regular.woff') format('woff'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Line 344: | Line 351: | ||
@font-face { | @font-face { | ||
font-family: 'Arimo'; | font-family: 'Arimo'; | ||
− | + | src: url('Arimo-Regular.woff2') format('woff2'), | |
+ | url('Arimo-Regular.woff') format('woff'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Line 351: | Line 359: | ||
@font-face { | @font-face { | ||
font-family: 'Arimo'; | font-family: 'Arimo'; | ||
− | src: url(' | + | src: url('Arimo-Bold.woff2') format('woff2'), |
+ | url('Arimo-Bold.woff') format('woff'); | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | src: url('OpenSans-Italic.woff2') format('woff2'), | ||
+ | url('OpenSans-Italic.woff') format('woff'); | ||
+ | font-weight: normal; | ||
+ | font-style: italic; | ||
+ | } | ||
− | + | @font-face { | |
+ | font-family: 'Arimo'; | ||
+ | src: url('Arimo-Italic.woff2') format('woff2'), | ||
+ | url('Arimo-Italic.woff') format('woff'); | ||
+ | font-weight: normal; | ||
+ | font-style: italic; | ||
+ | } | ||
Line 373: | Line 395: | ||
height: 100%; | height: 100%; | ||
min-width: 330px; | min-width: 330px; | ||
− | + | ||
} | } | ||
Line 489: | Line 511: | ||
} | } | ||
/*END ICONS*/ | /*END ICONS*/ | ||
+ | |||
+ | #globalWrapper{ | ||
+ | font-size: 100% !important; | ||
+ | } | ||
#home_logo, #sideMenu, #top_title, .patrollink {display:none;} | #home_logo, #sideMenu, #top_title, .patrollink {display:none;} | ||
Line 494: | Line 520: | ||
body {background-color:white; } | body {background-color:white; } | ||
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
− | + | .navbar { | |
− | .navbar { | + | |
overflow: hidden; | overflow: hidden; | ||
background-color: var(--primary-color); | background-color: var(--primary-color); |
Revision as of 06:33, 13 October 2018