Update to adwaita fonts
This commit is contained in:
parent
49a5671bf3
commit
5173a90965
2 changed files with 34 additions and 5 deletions
31
logo.svg
31
logo.svg
|
|
@ -8,9 +8,34 @@
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg1"
|
id="svg1"
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="logo.svg"
|
||||||
|
inkscape:export-filename="logo.svg"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:zoom="1.9527497"
|
||||||
|
inkscape:cx="140.82706"
|
||||||
|
inkscape:cy="187.42801"
|
||||||
|
inkscape:window-width="1340"
|
||||||
|
inkscape:window-height="764"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg1" /><defs
|
||||||
id="defs1"><linearGradient
|
id="defs1"><linearGradient
|
||||||
id="linearGradient106"><stop
|
id="linearGradient106"><stop
|
||||||
style="stop-color:#28b3fc;stop-opacity:1;"
|
style="stop-color:#28b3fc;stop-opacity:1;"
|
||||||
|
|
@ -31,6 +56,10 @@
|
||||||
style="stop-color:#ff0d01;stop-opacity:1;"
|
style="stop-color:#ff0d01;stop-opacity:1;"
|
||||||
offset="1"
|
offset="1"
|
||||||
id="stop107" /></linearGradient><linearGradient
|
id="stop107" /></linearGradient><linearGradient
|
||||||
|
id="swatch2"><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2" /></linearGradient><linearGradient
|
||||||
xlink:href="#linearGradient106"
|
xlink:href="#linearGradient106"
|
||||||
id="linearGradient107"
|
id="linearGradient107"
|
||||||
x1="278.05182"
|
x1="278.05182"
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
|
|
@ -64,13 +64,13 @@
|
||||||
fonts = lib.mkOption {
|
fonts = lib.mkOption {
|
||||||
default = {
|
default = {
|
||||||
serif = {
|
serif = {
|
||||||
package = pkgs.cantarell-fonts;
|
package = pkgs.adwaita-fonts;
|
||||||
name = "Cantarell";
|
name = "Adwaita Sans";
|
||||||
};
|
};
|
||||||
|
|
||||||
sansSerif = {
|
sansSerif = {
|
||||||
package = pkgs.cantarell-fonts;
|
package = pkgs.adwaita-fonts;
|
||||||
name = "Cantarell";
|
name = "Adwaita Sans";
|
||||||
};
|
};
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue