presetup client for server api calls for webrtc calls
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro');
|
||||
|
||||
body {
|
||||
font-family: 'Syne Mono', monospace;
|
||||
font-family: 'Anonymous Pro', monospace;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
margin: 80px 10px;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
video {
|
||||
|
||||
Reference in New Issue
Block a user