UNPKG

youverse-webcam-component

Version:

This web component is designed to manage selfie photos while incorporating facial detection capabilities.

87 lines 2.16 kB
* { font-family: Roboto; } @font-face { font-family: "Roboto"; font-style: italic; font-weight: 100; src: url("./../font/Roboto-ThinItalic.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: italic; font-weight: 300; src: url("../font/Roboto-LightItalic.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; src: url("./../font/Roboto-Italic.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: italic; font-weight: 500; src: url("./../font/Roboto-MediumItalic.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: italic; font-weight: 700; src: url("./../font/Roboto-BoldItalic.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: italic; font-weight: 900; src: url("./../font/Roboto-BlackItalic.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 100; src: url("./../font/Roboto-Thin.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 300; src: url("./../font/Roboto-Light.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: url("./../font/Roboto-Regular.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url("./../font/Roboto-Medium.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url("./../font/Roboto-Bold.ttf") format("truetype"); font-display: swap; } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 900; src: url("./../font/Roboto-Black.ttf") format("truetype"); font-display: swap; }