Commit 42be2953 authored by Nicolas Ollinger's avatar Nicolas Ollinger

slides

parent a7e2fb65
#!/bin/sh
source qisvenv/bin/activate
jupyter-notebook notebooks/
jupyter-notebook notebooks/"$@"
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-Light.woff2") format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-SemiBold.woff2") format('woff2');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-SemiBoldItalic.woff2") format('woff2');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-LightItalic.woff2") format('woff2');
font-weight: normal;
font-style: italic;
}
.reveal {
font-family: FiraSans;
font-weight: normal;
font-style: normal;
}
.reveal h1 {
font-family: FiraSans;
font-weight: bold;
color: #e07;
}
.cool {
color: #e07;
}
.reveal h2, h3, h4, h5, h6 {
font-family: FiraSans;
}
.reveal p {
font-weight: normal;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment