fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Get weights for roboto mono #851

Closed nhirschey closed 8 months ago

nhirschey commented 8 months ago

It looks like firefox works if I explicitly request fonts with weights used in code snippets. Fixes #850 and fixes https://github.com/dotnet/fsharp/issues/16072

Screenshot of correct spacing in firefox with 600 weight (albeit with an aged local version of fsharp-core-docs):

image

nhirschey commented 8 months ago

@nojaf I also added quotes to build.fsx so that it would work with spaces in the build path (dotnet fsi build.fsx used to fail on my PC).

nojaf commented 8 months ago

Thanks, I'm afraid the rollforward trick didn't work and as a workaround, we will need to remove all the lock files.

Aslo removing https://github.com/fsprojects/FSharp.Formatting/blob/27cb3f2cd5eb747285d658e12d44cba00e17faaa/Directory.Packages.props#L4

aski-codes commented 8 months ago

Looks good here, thanks so much!