mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
4e0d34413b
Now any Hugo section can be configured to generate a presentation without altering its type, and the theme is more easily copied into existing sites without conflicting with any preexisting layouts.
10 lines
308 B
CSS
Executable File
10 lines
308 B
CSS
Executable File
@font-face {
|
|
font-family: 'League Gothic';
|
|
src: url('league-gothic.eot');
|
|
src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
|
|
url('league-gothic.woff') format('woff'),
|
|
url('league-gothic.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |