Skip to content

Commit

Permalink
Smaller font size in initial example
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bamberg committed Mar 19, 2017
1 parent d08ded2 commit b81ce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editable-samples-2/pages/font/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<p>Try editing the selected example, or select a different example:</p>

<pre class="prettyprint lang-css" id="example-choice-list"><div class=" example-choice">/* size | family */<br/>font: 2em "Open Sans", sans-serif;</div><div class=" example-choice">/* style | size | family */</br>font: italic 2em "Open Sans", sans-serif;</div><div class=" example-choice">/* style | variant | weight | size/line-height | family */<br/>font: italic small-caps bolder 16px/3 cursive;</div><div class=" example-choice">/* style | variant | weight | stretch | size/line-height | family */<br/>font: italic small-caps bolder condensed 16px/3 cursive;</div><div class=" example-choice">/* The font used in system dialogs */<br/>font: message-box;</div></pre>
<pre class="prettyprint lang-css" id="example-choice-list"><div class=" example-choice">/* size | family */<br/>font: 1.5em "Open Sans", sans-serif;</div><div class=" example-choice">/* style | size | family */</br>font: italic 2em "Open Sans", sans-serif;</div><div class=" example-choice">/* style | variant | weight | size/line-height | family */<br/>font: italic small-caps bolder 16px/3 cursive;</div><div class=" example-choice">/* style | variant | weight | stretch | size/line-height | family */<br/>font: italic small-caps bolder condensed 16px/3 cursive;</div><div class=" example-choice">/* The font used in system dialogs */<br/>font: message-box;</div></pre>

<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script type="text/javascript" src="../../js/editable.js"></script>
Expand Down

0 comments on commit b81ce9c

Please sign in to comment.