Browse Source

styling

master
Pavel Stratil 5 years ago
parent
commit
effd699fe7
5 changed files with 5 additions and 0 deletions
  1. BIN
      assets/REPLICA.eot
  2. BIN
      assets/REPLICA.woff
  3. +3
    -0
      assets/main.css
  4. +1
    -0
      index.html.cs
  5. +1
    -0
      index.html.en

BIN
assets/REPLICA.eot View File


BIN
assets/REPLICA.woff View File


+ 3
- 0
assets/main.css View File

@@ -0,0 +1,3 @@
@font-face{font-family:REPLICA;src:url(REPLICA.eot?#iefix) format('embedded-opentype'),url(REPLICA.woff2) format('woff2'),url(REPLICA.woff) format('woff')}
.reveal {font-family:REPLICA;letter-spacing:1px;}
.reveal * {font-family:REPLICA;letter-spacing:1px;}

+ 1
- 0
index.html.cs View File

@@ -11,6 +11,7 @@


<!-- Theme used for syntax highlighting of code --> <!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css"> <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
<link rel="stylesheet" href="assets/main.css">


<!-- Printing and PDF exports --> <!-- Printing and PDF exports -->
<script> <script>


+ 1
- 0
index.html.en View File

@@ -11,6 +11,7 @@


<!-- Theme used for syntax highlighting of code --> <!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css"> <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
<link rel="stylesheet" href="assets/main.css">


<!-- Printing and PDF exports --> <!-- Printing and PDF exports -->
<script> <script>


Loading…
Cancel
Save