mirror of https://codeberg.org/Sonoj/osamc.de
25 lines
430 B
CSS
25 lines
430 B
CSS
|
/* musiqwik */
|
||
|
@font-face {
|
||
|
font-family: MusiQwik;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("MusiQwik"), url(musiqwik.woff2) format("woff2");
|
||
|
}
|
||
|
|
||
|
.notation {
|
||
|
font-family: "MusiQwik";
|
||
|
font-size: 24px;
|
||
|
}
|
||
|
|
||
|
/* class=notation did not work in reveal.js, but id= worked*/
|
||
|
|
||
|
#notation-big {
|
||
|
font-family: "MusiQwik";
|
||
|
font-size: 95px;
|
||
|
}
|
||
|
|
||
|
#notation {
|
||
|
font-family: "MusiQwik";
|
||
|
font-size: 48px;
|
||
|
}
|