github.com/secoba/wails/v2@v2.6.4/pkg/templates/generate/assets/lit/frontend/src/style.css (about) 1 html { 2 background-color: rgba(27, 38, 54, 1); 3 text-align: center; 4 color: white; 5 } 6 7 body { 8 margin: 0; 9 color: white; 10 font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", 11 "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", 12 sans-serif; 13 } 14 15 @font-face { 16 font-family: "Nunito"; 17 font-style: normal; 18 font-weight: 400; 19 src: local(""), 20 url("assets/fonts/nunito-v16-latin-regular.woff2") format("woff2"); 21 } 22 23 #app { 24 height: 100vh; 25 text-align: center; 26 }