mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 20:52:40 +00:00
font-size corrections
This commit is contained in:
@@ -4,7 +4,7 @@ const dedent = require('dedent-tabs').default;
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
dwarvish: () => {
|
dwarvish: () => {
|
||||||
return dedent `##### Dwarvish Script: Sample Alphabet
|
return dedent `##### Dwarvish Script: Sample Alphabet
|
||||||
{{script,wide,scriptFrame,dwarvish
|
{{script,wide,frame,dwarvish
|
||||||
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
||||||
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
elvish: () => {
|
elvish: () => {
|
||||||
return dedent `##### Elvish Script: Sample Alphabet
|
return dedent `##### Elvish Script: Sample Alphabet
|
||||||
{{script,wide,scriptFrame,elvish
|
{{script,wide,frame,elvish
|
||||||
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
||||||
@@ -28,7 +28,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
draconic: () => {
|
draconic: () => {
|
||||||
return dedent `##### Draconic Script: Sample Alphabet
|
return dedent `##### Draconic Script: Sample Alphabet
|
||||||
{{script,wide,scriptFrame,draconic
|
{{script,wide,frame,draconic
|
||||||
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
| a | b | c | d | e | f | g | h | i | j | k | l | m |
|
||||||
|
|||||||
@@ -920,34 +920,45 @@ break-inside : avoid;
|
|||||||
font-family: BookInsanityRemake;
|
font-family: BookInsanityRemake;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
outline: 1px solid #000;
|
outline: 1px solid #000;
|
||||||
font-size: 0.7cm;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
th{
|
||||||
|
font-size: 0.45cm;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
font-size: 0.7cm;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.frame {
|
||||||
|
border: initial;
|
||||||
|
border-style: solid;
|
||||||
|
border-image-outset: .45cm .35cm .4cm .4cm;
|
||||||
|
border-image-repeat: stretch;
|
||||||
|
border-image-slice: 170;
|
||||||
|
border-image-source: @scriptBorder;
|
||||||
|
border-image-width: 1.4cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.dwarvish table tr td {
|
||||||
|
font-family: Davek;
|
||||||
|
font-size: .45cm;/*this should be fixed in the font*/
|
||||||
|
}
|
||||||
|
|
||||||
|
&.elvish table tr td {
|
||||||
|
font-family: Rellanic;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.draconic table tr td {
|
||||||
|
font-family: Lokharic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.scriptFrame {
|
|
||||||
border: initial;
|
|
||||||
border-style: solid;
|
|
||||||
border-image-outset: .45cm .35cm .4cm .4cm;
|
|
||||||
border-image-repeat: stretch;
|
|
||||||
border-image-slice: 170;
|
|
||||||
border-image-source: @scriptBorder;
|
|
||||||
border-image-width: 1.4cm;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dwarvish td {
|
|
||||||
font-family: Davek !important;
|
|
||||||
font-size: .45cm !important;/*this should be fixed in the font*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.elvish td {
|
|
||||||
font-family: Rellanic !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.draconic td {
|
|
||||||
font-family: Lokharic !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user