Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rune Bjørnerås committed Jun 30, 2020
1 parent 56d8e0b commit 6d9019b
Show file tree
Hide file tree
Showing 25 changed files with 19 additions and 22 deletions.
9 changes: 3 additions & 6 deletions Victor Mono Italic.glyphs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Victor Mono Oblique.glyphs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Victor Mono.glyphs

Large diffs are not rendered by default.

Binary file modified dist/woff/VictorMono-Bold.woff
Binary file not shown.
Binary file modified dist/woff/VictorMono-BoldItalic.woff
Binary file not shown.
Binary file modified dist/woff/VictorMono-Italic.woff
Binary file not shown.
Binary file modified dist/woff/VictorMono-Regular.woff
Binary file not shown.
Binary file modified dist/woff2/VictorMono-Bold.woff2
Binary file not shown.
Binary file modified dist/woff2/VictorMono-BoldItalic.woff2
Binary file not shown.
Binary file modified dist/woff2/VictorMono-Italic.woff2
Binary file not shown.
Binary file modified dist/woff2/VictorMono-Regular.woff2
Binary file not shown.
Binary file modified public/Victor Mono.zip
Binary file not shown.
Binary file modified public/VictorMonoAll.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
<h1 class="no-margin centre crossfade visible">
&lt;/ &lt;/&gt; /&gt; ~- -~ ~@
&lt;~ &lt;~&gt; &lt;~~ ~&gt; ~~ ~~&gt;
&gt;= &lt;= &lt;!-- ## ### #### |- -| |-&gt; |= |=&gt;
&gt;- &lt;- &lt;-- --&gt; -&gt; -&lt;
&gt;= &lt;= &lt;!-- ## ### #### |- -| |-&gt; &lt;-| &gt;-| |-&lt;
|= |=&gt; &gt;- &lt;- &lt;-- --&gt; -&gt; -&lt;
&gt;-&gt; &gt;&gt;- &lt;&lt;- &lt;-&gt; -&gt;&gt; -&lt;&lt; &lt;-&lt;
==&gt; =&gt; =/= !== != &lt;==
&gt;&gt;= =&gt;&gt; &gt;=&gt; &lt;=&gt; &lt;=&lt; &lt;&lt;= =&lt;&lt;
Expand All @@ -134,8 +134,8 @@
<h1 class="no-margin centre crossfade hidden no-ligatures">
&lt;/ &lt;/&gt; /&gt; ~- -~ ~@
&lt;~ &lt;~&gt; &lt;~~ ~&gt; ~~ ~~&gt;
&gt;= &lt;= &lt;!-- ## ### #### |- -| |-&gt; |= |=&gt;
&gt;- &lt;- &lt;-- --&gt; -&gt; -&lt;
&gt;= &lt;= &lt;!-- ## ### #### |- -| |-&gt; &lt;-| &gt;-| |-&lt;
|= |=&gt; &gt;- &lt;- &lt;-- --&gt; -&gt; -&lt;
&gt;-&gt; &gt;&gt;- &lt;&lt;- &lt;-&gt; -&gt;&gt; -&lt;&lt; &lt;-&lt;
==&gt; =&gt; =/= !== != &lt;==
&gt;&gt;= =&gt;&gt; &gt;=&gt; &lt;=&gt; &lt;=&lt; &lt;&lt;= =&lt;&lt;
Expand Down
Binary file modified src/assets/VictorMono-Italic.eot
Binary file not shown.
Binary file modified src/assets/VictorMono-Italic.ttf
Binary file not shown.
Binary file modified src/assets/VictorMono-Italic.woff
Binary file not shown.
Binary file modified src/assets/VictorMono-Oblique.eot
Binary file not shown.
Binary file modified src/assets/VictorMono-Oblique.ttf
Binary file not shown.
Binary file modified src/assets/VictorMono-Oblique.woff
Binary file not shown.
Binary file modified src/assets/VictorMono-Regular.eot
Binary file not shown.
Binary file modified src/assets/VictorMono-Regular.ttf
Binary file not shown.
Binary file modified src/assets/VictorMono-Regular.woff
Binary file not shown.
8 changes: 4 additions & 4 deletions src/components/HeroImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ export default {
img {
position: relative;
&.powerline {
top: -15%;
top: -20%;
left: -15%;
width: 125%;
min-width: 1000px;
opacity: 0.4;
}
&.keyboard {
top: calc(-30vw + 125px);
left: -5%;
width: 110%;
top: calc(-23vw + 80px);
left: 0;
width: 100%;
}
&.merch {
top: -12vw;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ p {
}

.caption {
margin-top: 5px;
margin: 5px 10px;
font-size: 0.75em;
font-style: italic;
color: #aaa;
Expand Down

0 comments on commit 6d9019b

Please sign in to comment.