css cleanup
This commit is contained in:
parent
85e2553cb2
commit
323c175936
3 changed files with 4 additions and 9 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -4,6 +4,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Star4000";
|
font-family: "Star4000";
|
||||||
src: url('../fonts/Star4000.woff') format('woff');
|
src: url('../fonts/Star4000.woff') format('woff');
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
@ -251,12 +252,6 @@ body {
|
||||||
width: 475px;
|
width: 475px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Star4000";
|
|
||||||
src: url('../fonts/Star4000.woff') format('woff');
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Star4000 Extended';
|
font-family: 'Star4000 Extended';
|
||||||
src: url('../fonts/Star4000 Extended.woff') format('woff');
|
src: url('../fonts/Star4000 Extended.woff') format('woff');
|
||||||
|
|
@ -271,8 +266,8 @@ body {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Star4000 Small';
|
font-family: 'Star4000 Small';
|
||||||
font-display: swap;
|
|
||||||
src: url('../fonts/Star4000 Small.woff') format('woff');
|
src: url('../fonts/Star4000 Small.woff') format('woff');
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#display {
|
#display {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue