Commit 4a069c83 authored by Nicolas Ollinger's avatar Nicolas Ollinger

fonts

parent 90bd9ac2
#!/bin/sh
source qisvenv/bin/activate
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;
}
.reveal h2, h3, h4, h5, h6 {
font-family: FiraSans;
}
.reveal p {
font-weight: normal;
}
This diff is collapsed.
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