diff --git a/README.md b/README.md index 3e0763f..c29dd2b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ``` #659CC3 -##96E452 +#96E452 ``` @@ -57,7 +57,6 @@ // css h1, h2, h3, h4, h5 { font-family: 'Poppins', sans-serif; - color: #242A53; } @media screen { h1 { @@ -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; + } +} +``` \ No newline at end of file diff --git a/doc/p.png b/doc/p.png new file mode 100644 index 0000000..9060621 Binary files /dev/null and b/doc/p.png differ