mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium: rename usages of iosevka font
This commit is contained in:
parent
bc67b4226f
commit
8cb87dff9b
5 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.iosevka-normal-pt-mono ];
|
||||
home.packages = [ pkgs.IosevkaPTMono ];
|
||||
services.wired = {
|
||||
config = "${./wired.ron}";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
offset: Vec2(x: 0.0, y: 0.0),
|
||||
params: ScrollingTextBlock((
|
||||
text: "%s",
|
||||
font: "Iosevka-Normal-PT-Mono 24",
|
||||
font: "IosevkaPTMono 24",
|
||||
color: Color(hex: "#fafafa"),
|
||||
padding: Padding(left: 7.0, right: 7.0, top: 1.0, bottom: 0.0),
|
||||
width: (min: 400, max: 400),
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
offset: Vec2(x: 0.0, y: -3.0),
|
||||
params: ScrollingTextBlock((
|
||||
text: "%b",
|
||||
font: "Iosevka-Normal-PT-Mono 18",
|
||||
font: "IosevkaPTMono 18",
|
||||
color: Color(hex: "#fafafa"),
|
||||
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
|
||||
width: (min: 400, max: 400),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue