Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applications default Font #116

Open
rodvar opened this issue Dec 13, 2024 · 0 comments
Open

Applications default Font #116

rodvar opened this issue Dec 13, 2024 · 0 comments
Labels
low-prio issue is low priority whilst having this label UI

Comments

@rodvar
Copy link
Collaborator

rodvar commented Dec 13, 2024

Analyse the possibility of using Bisq2 same font

@font-face {
    font-family: "IBM Plex Sans";
    src: url("/fonts/IBMPlexSans-Regular.ttf");
}

@font-face {
    font-family: "IBM Plex Sans Bold";
    src: url("/fonts/IBMPlexSans-Bold.ttf");
}

@font-face {
    font-family: "IBM Plex Sans SemiBold";
    src: url("/fonts/IBMPlexSans-SemiBold.ttf");
}

@font-face {
    font-family: "IBM Plex Sans Medium";
    src: url("/fonts/IBMPlexSans-Medium.ttf");
}

@font-face {
    font-family: "IBM Plex Sans Light";
    src: url("/fonts/IBMPlexSans-Light.ttf");
}

@font-face {
    font-family: "IBM Plex Sans Thin";
    src: url("/fonts/IBMPlexSans-Thin.ttf");
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("/fonts/IBMPlexMono-Regular.ttf");
}

@rodvar rodvar added low-prio issue is low priority whilst having this label UI labels Dec 13, 2024
@rodvar rodvar added this to the MVP (version 0.1.0) milestone Dec 13, 2024
@rodvar rodvar changed the title Application default Font Applications default Font Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-prio issue is low priority whilst having this label UI
Projects
None yet
Development

No branches or pull requests

1 participant