wifi-qrcode: use PT Mono as the password font

This commit is contained in:
Luke Granger-Brown 2024-06-26 13:15:52 +01:00
parent 01d761b4ef
commit c16518ee7d

View file

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');
@media screen { @media screen {
.background { .background {
background: #ddd; background: #ddd;
@ -60,6 +62,10 @@
font-size: 32pt; font-size: 32pt;
} }
.password {
font-family: "PT Mono", monospace;
}
.wifiLogo { .wifiLogo {
width: 20%; width: 20%;
height: auto; height: auto;