Create a webpage version of a lesson
This commit is contained in:
+3
-1
@@ -118,6 +118,8 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
font-family: "opendyslexic", sans-serif;
|
||||
}
|
||||
hr {
|
||||
height: 2px;
|
||||
border-width: 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
font-weight: Bold;
|
||||
}
|
||||
h3 {
|
||||
font-size: 40px;
|
||||
font-weight: Normal;
|
||||
}
|
||||
p, li {
|
||||
max-width: 66ch;
|
||||
font-size: 24px;
|
||||
}
|
||||
p.phonetic {
|
||||
font-family: "Tex Gyre Heros", sans-serif;
|
||||
font-size: 32px;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
font-family: "Open-Dyslexic", sans-serif;
|
||||
}
|
||||
hr {
|
||||
height: 2px;
|
||||
border-width: 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
font-weight: Bold;
|
||||
}
|
||||
h3 {
|
||||
font-size: 40px;
|
||||
font-weight: Normal;
|
||||
}
|
||||
p, li {
|
||||
max-width: 66ch;
|
||||
font-size: 24px;
|
||||
}
|
||||
p.phonetic {
|
||||
font-family: "TexGyreHeros", sans-serif;
|
||||
font-size: 32px;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>print.css</file>
|
||||
<file>display.css</file>
|
||||
<file>opendyslexic/OpenDyslexic-Regular.otf</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Binary file not shown.
Reference in New Issue
Block a user