Include punjabi font with the page in case user doesn't have them

Also, don't load JS resources from Google, to avoid tracking
cookies.
This commit is contained in:
Simon Brooke 2025-08-12 10:32:28 +01:00
parent 9379ffec30
commit b80ba04e0e
3 changed files with 953 additions and 944 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,11 @@
@font-face {
font-family: Bulara;
src: url(fonts/bulara_5.ttf);
}
body {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
padding: 0 5%;
}
@ -44,8 +51,8 @@ th {
}
.firefox img {
float: left;
height: 2em;
float: left;
height: 2em;
width: 2em;
}
@ -74,6 +81,10 @@ th {
animation-timing-function: linear;
}
.punjabi {
font-family: Bulara;
}
@keyframes progressbar-countdown {
0% {
width: 100%;
@ -117,4 +128,4 @@ th {
#record-stop {
color: red;
}
}