Skip to content

Commit 73b57b6

Browse files
authored
Merge pull request #90 from jvalen/feat/add-new-font
feat: add new font
2 parents 75b8c3d + c17d9bc commit 73b57b6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/css/_variables.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $font-pixel: 'minecraftiaregular', 'Helvetica Neue Light', 'Helvetica Neue',
22
'Helvetica', 'Arial', sans-serif;
33
$font-icons: 'WebFontIcons';
44
$font-monospace: 'monospace';
5+
$font-roboto: 'Roboto', sans-serif;
56

67
$max-width-container: 12em;
78

src/css/fonts/_fonts.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
2+
13
@font-face {
24
font-family: 'minecraftiaregular';
35
src: url('fonts/files/minecraftia-regular-webfont.eot');

src/css/views/_description.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
main.description {
2-
font-family: $font-monospace;
2+
font-family: $font-roboto;
33
margin: 2rem auto;
44
max-width: 960px;
55
padding: 2rem 0;

0 commit comments

Comments
 (0)