testing PT Sherif

This commit is contained in:
Luis 2017-06-17 15:55:15 +02:00
parent 46fae5f24d
commit a72456b693
2 changed files with 12 additions and 2 deletions

View file

@ -13,7 +13,7 @@
width: 100%;
}
> p {
width: 45em;
width: 40em;
@include breakpoint(large) {
width: 90%;
@ -32,3 +32,11 @@ img {
width: 100%;
}
}
// Font.
$font: (
family: ('PT Serif', serif),
family-fixed: ('Courier New', monospace),
weight: 400,
weight-bold: 700
);