Commit c4bdfb23 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix grub2 console font

parent a302b6ee
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
# THE SOFTWARE. # THE SOFTWARE.
#general settings #general settings
message-font: "DejaVu Sans Bold 14" message-font: "Misc Fixed Bold 13"
title-text: "" title-text: ""
message-color: "#000" message-color: "#000000"
message-bg-color: "#fff" message-bg-color: "#ffffff"
desktop-image: "boot.png" desktop-image: "boot.png"
terminal-font: "DejaVu Sans Regular 12" terminal-font: "Misc Fixed Regular 13"
#help bar at the bottom #help bar at the bottom
+ label { + label {
...@@ -37,7 +37,7 @@ terminal-font: "DejaVu Sans Regular 12" ...@@ -37,7 +37,7 @@ terminal-font: "DejaVu Sans Regular 12"
text = "To boot the selected operating system using default settings, press return. For additional settings, press E" text = "To boot the selected operating system using default settings, press return. For additional settings, press E"
align = "center" align = "center"
font = "DejaVu Sans Regular 10" font = "DejaVu Sans Regular 10"
color = "#000" color = "#000000"
} }
#menu #menu
...@@ -46,8 +46,8 @@ terminal-font: "DejaVu Sans Regular 12" ...@@ -46,8 +46,8 @@ terminal-font: "DejaVu Sans Regular 12"
width = 58% width = 58%
top = 30% top = 30%
height = 40% height = 40%
item_font = "DejaVu Sans Regular 12" item_font = "Misc Fixed Bold 13"
selected_item_font = "DejaVu Sans Bold 14" selected_item_font = "Misc Fixed Bold 13"
icon_height = 24 icon_height = 24
icon_width = 24 icon_width = 24
item_height = 26 item_height = 26
......
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