diff --git a/japji/index.html b/japji/index.html index 3c1250a..e68413b 100644 --- a/japji/index.html +++ b/japji/index.html @@ -8,13 +8,6 @@ @font-face { font-family: Bulara; src: url(resources/fonts/bulara_5.ttf); - font-weight: normal; - } - - @font-face { - font-family: 'Noto Sans Gurmukhi'; - src: url(resources/fonts/NotoSansGurmukhi-Medium.ttf); - font-weight: normal; } body { @@ -42,8 +35,8 @@ } */ #popup-phrase { - text-align: center; - margin: 0; + text-align: center; + margin: 0; font-size: 2em; } @@ -52,13 +45,12 @@ text-align: right; } - #popup-record-stop, - #popup-close-box { + #popup-record-stop, #popup-close-box { color: red; } .gurmukhi { - font-family: "Noto Sans Gurmukhi", Bulara; + font-family: Bulara; } .play-control { @@ -69,6 +61,8 @@ float: right; } + + @media all and (max-device-width: 768px) { body { margin: 0 5%; @@ -78,26 +72,17 @@ - - - - - +