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
No EOL
308 B
CSS
Executable file
10 lines
No EOL
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;
|
|
} |