Skip to content

Commit 6e7decb

Browse files
Patch
1 parent cec615d commit 6e7decb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

web/404/css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
@font-face {
2-
font-family: 'Roboto Mono';
2+
font-family: "Roboto Mono";
33
font-style: normal;
44
font-weight: 100;
55
font-display: swap;
6-
src: url("/web/404/font/RobotoMono_1.woff2") format('woff2');
6+
src: url("/web/404/font/RobotoMono_1.woff2") format("woff2");
77
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
88
}
99

1010
@font-face {
11-
font-family: 'Roboto Mono';
11+
font-family: "Roboto Mono";
1212
font-style: normal;
1313
font-weight: 100;
1414
font-display: swap;
15-
src: url("/web/404/font/RobotoMono_2.woff2") format('woff2');
15+
src: url("/web/404/font/RobotoMono_2.woff2") format("woff2");
1616
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1717
}
1818

1919
* {
20-
font-family: 'Roboto Mono', monospace;
20+
font-family: "Roboto Mono", monospace;
2121
box-sizing: border-box;
2222
padding: 0;
2323
margin: 0;
2424
outline: none;
2525
}
2626

2727
body {
28-
background-image: url('/web/404/img/404.webp');
28+
background-image: url("/web/404/img/404.webp");
2929
background-size: cover;
3030
justify-content: center;
3131
align-items: center;

0 commit comments

Comments
 (0)