mirror of
https://github.com/mon/TataconUSB.git
synced 2026-03-21 17:54:27 -05:00
Roboto for the configurator
This commit is contained in:
parent
52c04fc753
commit
e5dcec9df8
BIN
Software/Tataconfig/fonts/Roboto.woff2
Normal file
BIN
Software/Tataconfig/fonts/Roboto.woff2
Normal file
Binary file not shown.
BIN
Software/Tataconfig/fonts/RobotoBold.woff2
Normal file
BIN
Software/Tataconfig/fonts/RobotoBold.woff2
Normal file
Binary file not shown.
BIN
Software/Tataconfig/fonts/RobotoBoldItalic.woff2
Normal file
BIN
Software/Tataconfig/fonts/RobotoBoldItalic.woff2
Normal file
Binary file not shown.
BIN
Software/Tataconfig/fonts/RobotoItalic.woff2
Normal file
BIN
Software/Tataconfig/fonts/RobotoItalic.woff2
Normal file
Binary file not shown.
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user