Skip to content

Commit

Permalink
add fit-text to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Oct 12, 2020
1 parent ffadcc8 commit 0582f57
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,24 @@ <h2>Touch Optimized</h2>
## Markdown support

This comment has been minimized.

Copy link
@MariartiZ

Write content using inline or external Markdown.
Instructions and more info available in the [readme](https://revealjs.com/markdown/).
Instructions and more info available in the [docs](https://revealjs.com/markdown/).

```[]
<section data-markdown>
## Markdown support
Write content using inline or external Markdown.
Instructions and more info available in the [readme](https://revealjs.com/markdown/).
Instructions and more info available in the [docs](https://revealjs.com/markdown/).
</section>
```
</script>
</section>

<section>
<p>Add the <code>r-fit-text</code> class to auto-size text</p>

This comment has been minimized.

Copy link
@Vel-Esc

Vel-Esc Nov 19, 2020

«Класс r-fit-text».

This comment has been minimized.

Copy link
@OnlyMe33

OnlyMe33 Jan 1, 2021

ласс r-fix-text».

This comment has been minimized.

Copy link
@OnlyMe33

OnlyMe33 Jan 1, 2021

FIT TEXT

<h2 class="r-fit-text">FIT TEXT</h2>
</section>

<section>
<section id="fragments">
<h2>Fragments</h2>
Expand Down

2 comments on commit 0582f57

@matsen
Copy link

@matsen matsen commented on 0582f57 Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that there is a typo in https://revealjs.com/layout/#fit-text .

It says: "The r-fix-text class" when it should say "The r-fit-text class".

@Vel-Esc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Обратите внимание, что в https://revealjs.com/layout/#fit-text есть опечатка .

Он говорит: «Класс r-fix-text», хотя должен сказать «Класс r-fit-text».

Eee

Please sign in to comment.