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:
parent
9379ffec30
commit
b80ba04e0e
3 changed files with 953 additions and 944 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue