aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-05 13:48:56 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:05:22 +0100
commit26171379d0196ac645923e72b12e1cf29089835b (patch)
tree678e4c0f3f03387f6a3388e2479004ceb9e59dbc /client/src/app/+videos/+video-watch
parentfeaf98d528851d025730b4f220e36f14ff5c29c7 (diff)
downloadPeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.gz
PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.zst
PeerTube-26171379d0196ac645923e72b12e1cf29089835b.zip
Use source sans 3 font
Diffstat (limited to 'client/src/app/+videos/+video-watch')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss
index 9d8dffe3d..555126cbc 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/+videos/+video-watch/video-watch.component.scss
@@ -197,7 +197,7 @@ $video-info-margin-left: 44px;
197 line-height: 1.37; 197 line-height: 1.37;
198 198
199 a:nth-of-type(2) { 199 a:nth-of-type(2) {
200 font-weight: 500; 200 font-weight: $font-regular;
201 font-size: 90%; 201 font-size: 90%;
202 } 202 }
203 203