diff --git a/Software/Tataconfig/fonts/Roboto.woff2 b/Software/Tataconfig/fonts/Roboto.woff2 new file mode 100644 index 0000000..120796b Binary files /dev/null and b/Software/Tataconfig/fonts/Roboto.woff2 differ diff --git a/Software/Tataconfig/fonts/RobotoBold.woff2 b/Software/Tataconfig/fonts/RobotoBold.woff2 new file mode 100644 index 0000000..11cde5d Binary files /dev/null and b/Software/Tataconfig/fonts/RobotoBold.woff2 differ diff --git a/Software/Tataconfig/fonts/RobotoBoldItalic.woff2 b/Software/Tataconfig/fonts/RobotoBoldItalic.woff2 new file mode 100644 index 0000000..4b22903 Binary files /dev/null and b/Software/Tataconfig/fonts/RobotoBoldItalic.woff2 differ diff --git a/Software/Tataconfig/fonts/RobotoItalic.woff2 b/Software/Tataconfig/fonts/RobotoItalic.woff2 new file mode 100644 index 0000000..e3916a5 Binary files /dev/null and b/Software/Tataconfig/fonts/RobotoItalic.woff2 differ diff --git a/Software/Tataconfig/style.css b/Software/Tataconfig/style.css index d6fd12d..da596a6 100644 --- a/Software/Tataconfig/style.css +++ b/Software/Tataconfig/style.css @@ -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; }