Adds Envy Code R

This commit is contained in:
Stavros Polymenis 2017-04-01 18:37:41 +01:00
parent 957c87d70c
commit aee84d20ec
3 changed files with 31 additions and 6 deletions

View File

@ -0,0 +1,11 @@
@font-face
font-family: "Envy Code R"
src: url('#{$font-url}/envy/envy-code-r.ttf')
@font-face
font-family: "Envy Code R Bold"
src: url('#{$font-url}/envy/envy-code-r-bold.ttf')
@font-face
font-family: "Envy Code R Italic"
src: url('#{$font-url}/envy/envy-code-r-italic.ttf')

View File

@ -1,9 +1,9 @@
$max-text-width: 80ch
$font-face: sans-serif
$font-url: "/static/fonts"
@import fonts/vollkorn.sass
@import fonts/orbitron.sass
@import fonts/envy.sass
@import colours/cyberlore.sass
$colour-fg: $color-primary-1
@ -12,6 +12,8 @@ $colour-bg: $color-primary-4
$colour-bg-high: $color-primary-3
$colour-action: $color-secondary-1-1
$font-face: "Envy Code R"
body
font-family: $font-face
font-weight: 100
@ -77,8 +79,8 @@ header a:visited
h1, h2, h3, h4, h5
font-family: "Orbitron Medium"
text-align: center
font-weight: 300
margin: 3em auto 1em auto
font-weight: 100
margin: 1em auto
footer
clear: both

View File

@ -30,8 +30,20 @@
font-family: "Orbitron Black";
src: url("/static/fonts/orbitron/orbitron-black.otf"); }
@font-face {
font-family: "Envy Code R";
src: url("/static/fonts/envy/envy-code-r.ttf"); }
@font-face {
font-family: "Envy Code R Bold";
src: url("/static/fonts/envy/envy-code-r-bold.ttf"); }
@font-face {
font-family: "Envy Code R Italic";
src: url("/static/fonts/envy/envy-code-r-italic.ttf"); }
body {
font-family: sans-serif;
font-family: "Envy Code R";
font-weight: 100;
background-color: #00141E;
color: #99C2D8;
@ -95,8 +107,8 @@ header a:visited {
h1, h2, h3, h4, h5 {
font-family: "Orbitron Medium";
text-align: center;
font-weight: 300;
margin: 3em auto 1em auto; }
font-weight: 100;
margin: 1em auto; }
footer {
clear: both;