We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5a4be commit 71dd05bCopy full SHA for 71dd05b
assets/css/style.scss
@@ -6,10 +6,13 @@
6
@font-face {
7
font-family: "Until 25";
8
font-style: italic;
9
- src: url("../Until25-Italic.otf") format("opentype");
+ src: url("../fonts/Until25-Italic.otf") format("opentype");
10
}
11
12
h1#until-25 {
13
- font: italic normal 50px / 1 "Until 25", monospace;
14
- color: #141414;
+ background-color: #141414;
+ color: whitesmoke;
15
+ font: italic normal 3rem / 1 "Until 25", monospace;
16
+ padding: calc((100px - 3rem) / 2) 0;
17
+ text-align: center;
18
assets/Until25-Italic.otf renamed to assets/fonts/Until25-Italic.otf
0 commit comments