Newer
Older
<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 {
text-decoration: blue;
}
.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>