8000 Letter spacing, Favicon · Issue #144 · MoonZoon/MoonZoon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Letter spacing, Favicon #144

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

Open
1 of 3 tasks
MartinKavik opened this issue Oct 8, 2022 · 1 comment
Open
1 of 3 tasks

Letter spacing, Favicon #144

MartinKavik opened this issue Oct 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@MartinKavik
Copy link
Member
MartinKavik commented Oct 8, 2022

TODO:

@MartinKavik MartinKavik added the todo A task to do label Oct 8, 2022
@MartinKavik
Copy link
Member Author

Update:

  • Letter-spacing implemented as Font::tracking:
    pub fn tracking(mut self, tracking: i32) -> Self {
    self.static_css_props.insert("letter-spacing", px(tracking));
    self
    }
  • Added favicons to new project templates but it isn't clear how the typed helper on Frontend should be designed. Need more use-cases/examples from real-world projects. Favicons in that template:
    .append_to_head(include_str!("../favicon.html")) // realfavicongenerator.net
  • I currently don't have any valid use-cases where I would need the public_url method on the backend. Waiting for more real-world examples.

@MartinKavik MartinKavik added enhancement New feature or request and removed todo A task to do labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant
0