-
My application is a .NET 5 Web API that will run as an App Service on Microsoft Azure
Everything works fine except the custom font I am trying to use
I am trying to link a font from google in HTML…
-
```
What steps will reproduce the problem?
1. Define 2 fonts to include in svg-file (defs)
-
i think this build is not compiled with freetype library.
i referenced cairo in a project where freetype Library is also used.
i was used freetype to load font into cairo, using below code
```
F…
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
What was the input stylesheet and/or configuration options?
@font-face{
font-family: 'HelveticaNeueBoldCond';
src: url('.…
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
What was the input stylesheet and/or configuration options?
@font-face{
font-family: 'HelveticaNeueBoldCond';
src: url('.…
-
I am using Font Awesome via webjar, and I have a src/assets/stylesheets/main.css with
```
/*
*= require /webjars/font-awesome/5.3.1/css/all
*/
```
When I run it through `./gradlew assetCompile…
kgeis updated
6 years ago
-
Fonts being served using the CSS API do not have the same OT features as their downloadable counterparts (`fonts.google.com/download?family=FAMILY` ZIPs).
If I extract TTFs from the CSS:
```
/* c…
-
This is "BUẞE buße" using Google Fonts Specimen:
![image](https://github.com/user-attachments/assets/a4dbc488-ab81-4c94-89cf-c4a9094f9dcf)
Of course script fonts are not meant to be used in all …
d-mal updated
3 months ago
-
建议生成的font-face中增加font-display
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
-
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype'…