Skip to content
Snippets Groups Projects
Commit 3d7e799e authored by Florian Sesser's avatar Florian Sesser
Browse files

Mirror the roboto font

```
curl 'https://fonts.googleapis.com/css?family=Roboto:300,400,500' -H 'accept: text/css,*/*;q=0.1' -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36' --compressed -O
grep -oP 'http.*?woff2' roboto.css  | xargs -n 1 curl -O
sed -i 's|https://fonts.gstatic.com/s/roboto/v30/||' roboto.css
```
parent c5fe8614
No related branches found
No related tags found
Loading
Showing
with 0 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment