Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
feat(font-face): Use Fira sans and Fira mono
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Jul 9, 2017
1 parent cce1bc3 commit 935a132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/_font.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,400i,500');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500|Fira+Mono');

@mixin font() {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
font-family: 'Fira Sans', sans-serif;
}

@mixin font-monospace() {
font-family: 'Roboto Mono', monospace;
font-family: 'Fira Mono', monospace;
}

.podlove {
Expand Down

0 comments on commit 935a132

Please sign in to comment.