Commit a1bb3e53 authored by Mikhail Efremov's avatar Mikhail Efremov

Fix grub2 font.

Return DejaVu, seems like Driod is wrong font (terrible artefacts in the editor).
parent dff83ff9
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
# THE SOFTWARE. # THE SOFTWARE.
#general settings #general settings
message-font: "Droid Sans Bold 14" message-font: "DejaVu Sans Bold 14"
title-text: "" title-text: ""
message-color: "#000" message-color: "#000"
message-bg-color: "#fff" message-bg-color: "#fff"
desktop-image: "boot.png" desktop-image: "boot.png"
terminal-font: "Droid Sans Regular 12" terminal-font: "DejaVu Sans Regular 12"
#help bar at the bottom #help bar at the bottom
+ label { + label {
...@@ -36,7 +36,7 @@ terminal-font: "Droid Sans Regular 12" ...@@ -36,7 +36,7 @@ terminal-font: "Droid Sans Regular 12"
height = 20 height = 20
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 = "Droid Sans Regular 10" font = "DejaVu Sans Regular 10"
color = "#000" color = "#000"
} }
...@@ -46,8 +46,8 @@ terminal-font: "Droid Sans Regular 12" ...@@ -46,8 +46,8 @@ terminal-font: "Droid Sans Regular 12"
width = 40% width = 40%
top = 32% top = 32%
height = 40% height = 40%
item_font = "Droid Sans Regular 14" item_font = "DejaVu Sans Regular 14"
selected_item_font = "Droid Sans Bold 16" selected_item_font = "DejaVu Sans Bold 16"
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