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 @@
# THE SOFTWARE.
#general settings
message-font: "Droid Sans Bold 14"
message-font: "DejaVu Sans Bold 14"
title-text: ""
message-color: "#000"
message-bg-color: "#fff"
desktop-image: "boot.png"
terminal-font: "Droid Sans Regular 12"
terminal-font: "DejaVu Sans Regular 12"
#help bar at the bottom
+ label {
......@@ -36,7 +36,7 @@ terminal-font: "Droid Sans Regular 12"
height = 20
text = "To boot the selected operating system using default settings, press return. For additional settings, press E"
align = "center"
font = "Droid Sans Regular 10"
font = "DejaVu Sans Regular 10"
color = "#000"
}
......@@ -46,8 +46,8 @@ terminal-font: "Droid Sans Regular 12"
width = 40%
top = 32%
height = 40%
item_font = "Droid Sans Regular 14"
selected_item_font = "Droid Sans Bold 16"
item_font = "DejaVu Sans Regular 14"
selected_item_font = "DejaVu Sans Bold 16"
icon_height = 24
icon_width = 24
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