myaac/install/template/style.css
Fernando Matos 6f42a60e59
Add a brand new charming installation (for version 0.9) (#144)
* Add a brand new charming installation

* Fix alert position in setup requirements validation

* Add some missing definitions

* A distinction between bootstrap CSS classes and myaac classes

For CSS-styled messages

* Remove unused functions for messages

Co-authored-by: slawkens <slawkens@gmail.com>
2020-12-22 07:47:47 +01:00

13 lines
223 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
body {
font-family: 'Roboto', sans-serif;
}
h1{
font-weight: 100 !important;
}
h3 {
font-weight: 300 !important;
}