summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-10-25 02:12:14 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-10-25 02:12:14 -0400
commit75dff2ca52bb6dde57a157bd821b7ef7e3c7b8f4 (patch)
treeda3bee84c2e9e64880a758167aebaae52d853511 /static/main.css
parent15a2dfd0c36aa767d08e8006a7d48fe17e3e3185 (diff)
remove unnecessary quotes
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/main.css b/static/main.css
index 0f511eb8..03db11f2 100644
--- a/static/main.css
+++ b/static/main.css
@@ -203,7 +203,7 @@ td {
/* latin */
@font-face {
- font-family: "Roboto";
+ font-family: Roboto;
font-style: normal;
font-weight: 400;
font-display: swap;
@@ -213,7 +213,7 @@ td {
/* latin */
@font-face {
- font-family: "Roboto";
+ font-family: Roboto;
font-style: italic;
font-weight: 400;
font-display: swap;
@@ -223,7 +223,7 @@ td {
/* latin */
@font-face {
- font-family: "Roboto";
+ font-family: Roboto;
font-style: normal;
font-weight: 700;
font-display: swap;