From f2f15a7496d1aae4cea473a40c43466917de5a47 Mon Sep 17 00:00:00 2001 From: Corey Megown Date: Wed, 19 Oct 2016 09:28:57 -0500 Subject: [PATCH] reformatting system font stack code sample removed curly quotes and makes it easier to copypaste --- css-system-font-stack.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css-system-font-stack.md b/css-system-font-stack.md index 25716872a..cb26b3dd5 100644 --- a/css-system-font-stack.md +++ b/css-system-font-stack.md @@ -3,7 +3,12 @@ title: "CSS: System font stack" category: CSS --- -> font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; +```css +font-family: -apple-system, BlinkMacSystemFont, + "Segoe UI", "Roboto", "Oxygen", + "Ubuntu", "Cantarell", "Fira Sans", + "Droid Sans", "Helvetica Neue", sans-serif; +``` | Font | OS | | ---- | -- |