mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
fontastic use woff2 and drop ttf and svg
This commit is contained in:
parent
1d6a636433
commit
3db8befbba
4 changed files with 1 additions and 265 deletions
4
vendors/fontastic/styles.css
vendored
4
vendors/fontastic/styles.css
vendored
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "snappymail";
|
||||
src: url("fonts/snappymail.woff") format("woff"),
|
||||
url("fonts/snappymail.ttf") format("truetype"),
|
||||
url("fonts/snappymail.svg#snappymail") format("svg");
|
||||
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue