attempt to add fira code

This commit is contained in:
Gus Caplan
2017-10-28 11:30:11 -05:00
parent b9d027291e
commit 5bf24c892e
7 changed files with 407 additions and 0 deletions
+18
View File
@@ -100,6 +100,16 @@ QtObject{
fontWidth: 0.9
lowResolutionFont: true
}
ListElement{
name: "FIRA_CODE_SCALED"
text: "Fira Code (Modern)"
source: "fonts/modern-fira-code/FiraCode-Regular.ttf"
lineSpacing: 1
pixelSize: 16
baseScaling: 3.0
fontWidth: 0.9
lowResolutionFont: true
}
ListElement{
name: "APPLE_II_SCALED"
text: "Apple ][ (1977)"
@@ -204,5 +214,13 @@ QtObject{
fontWidth: 1.0
lowResolutionFont: false
}
ListElement{
name: "FIRA_CODE",
text: "Fira Code (Modern)"
source: "fonts/modern-fira-code/FiraCode-Regular.ttf"
lineSpacing: 0.1
pixelSize: 35
fontWidth: 1.0
lowResolutionFont: false
}
}