Skip to content
Snippets Groups Projects
Commit f7c05c2d authored by rhenck's avatar rhenck
Browse files

Add new font for blockquotes

parent 58041aa2
No related branches found
No related tags found
No related merge requests found
File added
@font-face {
font-family: "PT Sans";
src: url(fonts/ptsans.woff2) format("woff");
}
......@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="assets/roboto.css" rel="stylesheet">
<link href="assets/ptsans.css" rel="stylesheet">
<link href="assets/material-icons.css" rel="stylesheet">
<script>
window.postMessage({
......
......@@ -50,6 +50,7 @@ blockquote:before {
content: open-quote;
font-size: 2.5em;
padding-right: 3px;
font-family: 'PT Sans', sans-serif;
}
blockquote:after {
......@@ -58,6 +59,7 @@ blockquote:after {
vertical-align: middle;
padding-top: 0.3em;
padding-left: 3px;
font-family: 'PT Sans', sans-serif;
}
blockquote p {
......
File added
@font-face {
font-family: "PT Sans";
src: url(fonts/ptsans.woff2) format("woff");
}
......@@ -17,6 +17,7 @@ blockquote:before {
content: open-quote;
font-size: 2.5em;
padding-right: 3px;
font-family: 'PT Sans', sans-serif;
}
blockquote:after {
......@@ -25,6 +26,7 @@ blockquote:after {
vertical-align: middle;
padding-top: 0.3em;
padding-left: 3px;
font-family: 'PT Sans', sans-serif;
}
blockquote p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment