Roboto for the configurator

This commit is contained in:
William Toohey 2016-03-09 15:39:22 +10:00
parent 52c04fc753
commit e5dcec9df8
5 changed files with 37 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,47 @@
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(./fonts/Roboto.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(./fonts/RobotoBold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(./fonts/RobotoItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(./fonts/RobotoBoldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body, html {
font-family: 'Roboto' !important;
height: 100%;
color: #444;
}
#waiting {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
font-size: 20px;
font-weight: bold;
font-family: sans-serif;
}
#content {
@ -48,7 +84,6 @@ body, html {
.title {
font-size: 30px;
font-weight: bold;
font-family: sans-serif;
text-align: center;
}