ngscheurich/fresh-pots

View on GitHub
app/frontend/css/_google_fonts.scss

Summary

Maintainability
Test Coverage
$fonts: "Permanent+Marker";
$fonts: "#{$fonts}|Source+Sans+Pro:300,400,700";

@import url("https://fonts.googleapis.com/css?family=#{$fonts}");