Skip to content
Snippets Groups Projects
Commit 818a4d0e authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[slides] add css file

parent 57942549
No related branches found
No related tags found
No related merge requests found
<style>
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic");
:root {
--font-family: "Nanum Gothic";
--font-size: 0.8em;
}
.reveal {
font-family: var(--font-family), sans-serif;
}
.reveal a {
color: #34A2EC;
font-family: var(--font-family), sans-serif;
}
.reveal p {
font-size: var(--font-size);
}
.reveal ul {
font-size: var(--font-size);
}
.reveal h1 {
font-size: 2.5em;
font-family: var(--font-family), sans-serif;
text-shadow: 4px 4px 4px #aaa;
}
.reveal h2 {
font-size: 1.75em;
font-family: var(--font-family), sans-serif;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment