release: bump version to 0.51.1
This commit is contained in:
24
frontend/public/earth/css/fonts.css
Normal file
24
frontend/public/earth/css/fonts.css
Normal file
@@ -0,0 +1,24 @@
|
||||
@font-face {
|
||||
font-family: "Material Symbols Rounded";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: block;
|
||||
src: url("../assets/fonts/material-symbols-rounded-500.ttf") format("truetype");
|
||||
}
|
||||
|
||||
.material-symbols-rounded {
|
||||
direction: ltr;
|
||||
display: inline-block;
|
||||
font-family: "Material Symbols Rounded";
|
||||
font-feature-settings: "liga";
|
||||
font-size: 24px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
text-transform: none;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
-webkit-font-feature-settings: "liga";
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
Reference in New Issue
Block a user