Skip to content

Commit

Permalink
typography
Browse files Browse the repository at this point in the history
  • Loading branch information
adellava committed Jul 13, 2018
1 parent b436016 commit f4a6b02
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
```
#659CC3
##96E452
#96E452
```

Expand All @@ -57,7 +57,6 @@
// css
h1, h2, h3, h4, h5 {
font-family: 'Poppins', sans-serif;
color: #242A53;
}
@media screen {
h1 {
Expand Down Expand Up @@ -94,3 +93,27 @@ h1, h2, h3, h4, h5 {
}
}
```

#### Paragraphs


![paragraphs](https://raw.githubusercontent.com/frameworkless-movement/frameworkless-visual-identity/master/doc/p.png)



```
// css
p {
font-family: 'IBM Plex Sans', sans-serif;
}
@media screen {
p {
font-size: 14px;
}
}
@media print {
h1 {
font-size: 14pt;
}
}
```
Binary file added doc/p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4a6b02

Please sign in to comment.