Remove Whitney font ($$$$$$$)

This commit is contained in:
Ben Visness 2022-06-11 18:06:16 -05:00
parent 7b5bf65c7b
commit edf4bb29d5
9 changed files with 4 additions and 48 deletions

View File

@ -1,9 +1,6 @@
.fishbowl {
background-color: #36393e;
color: #dcddde;
font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: 400;
}
.fishbowl a {
@ -116,7 +113,6 @@
color: #a3a6aa;
font-size: 0.7em;
line-height: 1.4em;
font-weight: 500;
direction: ltr;
unicode-bidi: bidi-override;
}
@ -131,7 +127,7 @@
margin-bottom: 0.15rem;
align-items: center;
color: #b5b6b8;
font-size: 0.875rem;
font-size: 0.85em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -210,22 +206,19 @@
margin-left: 0.3rem;
color: #a3a6aa;
font-size: 0.75rem;
font-weight: 500;
direction: ltr;
unicode-bidi: bidi-override;
}
.fishbowl .chatlog__content {
padding-right: 1rem;
font-size: 0.95rem;
word-wrap: break-word;
}
.fishbowl .chatlog__edited-timestamp {
margin-left: 0.15rem;
color: #a3a6aa;
font-size: 0.75rem;
font-weight: 500;
font-size: 0.7em;
}
.fishbowl .chatlog__attachment {

View File

@ -1,9 +1,6 @@
.fishbowl {
background-color: #ffffff;
color: #23262a;
font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: 500;
border: 1px solid #ddd;
}
@ -117,7 +114,6 @@
color: #5e6772;
font-size: 0.7em;
line-height: 1.4em;
font-weight: 500;
direction: ltr;
unicode-bidi: bidi-override;
}
@ -132,7 +128,7 @@
margin-bottom: 0.15rem;
align-items: center;
color: #5f5f60;
font-size: 0.875rem;
font-size: 0.85em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -211,22 +207,19 @@
margin-left: 0.3rem;
color: #5e6772;
font-size: 0.75rem;
font-weight: 500;
direction: ltr;
unicode-bidi: bidi-override;
}
.fishbowl .chatlog__content {
padding-right: 1rem;
font-size: 0.95rem;
word-wrap: break-word;
}
.fishbowl .chatlog__edited-timestamp {
margin-left: 0.15rem;
color: #5e6772;
font-size: 0.75rem;
font-weight: 500;
font-size: 0.7em;
}
.fishbowl .chatlog__attachment {

View File

@ -1,29 +0,0 @@
@font-face {
src: url(whitney-300-1FE35.woff);
font-family: Whitney;
font-weight: 300;
}
@font-face {
src: url(whitney-400-83E7B.woff);
font-family: Whitney;
font-weight: 400;
}
@font-face {
src: url(whitney-500-47E37.woff);
font-family: Whitney;
font-weight: 500;
}
@font-face {
src: url(whitney-600-9EC09.woff);
font-family: Whitney;
font-weight: 600;
}
@font-face {
src: url(whitney-700-A7A71.woff);
font-family: Whitney;
font-weight: 700;
}

View File

@ -1,7 +1,6 @@
{{ template "base.html" . }}
{{ define "extrahead" }}
<link rel="stylesheet" href="{{ static "fonts/whitney/whitney.css" }}">
<link rel="stylesheet" href="{{ static (eq .Theme "dark" | ternary "fishbowl-dark.css" "fishbowl-light.css") }}">
<script>