Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*window cleanup*/
- [class*="wordmark"] {
- display: none;
- }
- [class*="winButton"]:hover {
- background-color: hsla(0, 0%, 100%, .05)!important;
- }
- [class*="sidebar"] {
- border-radius: 0!important;
- }
- /*channel icons*/
- #channels [aria-label*="Text"][role="img"] svg,
- #channels [aria-label*="Voice"][role="img"] svg {
- width: 14px;
- height: 14px;
- padding: 4px
- }
- #channels {
- overflow-y: overlay!important;
- }
- #channels [aria-label*="channel)"] [role="button"] svg path {
- opacity: 0.75
- }
- #channels [aria-label*="(voice channel)"] [aria-label*="Voice"] svg path {
- display: none;
- }
- #channels [aria-label*="(voice channel)"] [aria-label*="Voice"] svg {
- background-size: 10px;
- filter: invert(50%);
- background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ x=\'0px\'\ y=\'0px\'\ width=\'306px\'\ height=\'306px\'%3E%3Cpolygon\ points=\'94.35,0\ 58.65,35.7\ 175.95,153\ 58.65,270.3\ 94.35,306\ 247.35,153\'/%3E%3C/svg%3E);
- background-repeat: no-repeat;
- background-position: center;
- transition: transform 0.2s
- }
- [class*="onnected"] [aria-label*="(voice channel)"] [aria-label*="Voice"] svg {
- transform: rotate(90deg);
- }
- /*voice buttons*/
- [aria-label="User area"] [class*="buttons"] button,
- [aria-label="User area"] [class*="voiceButtons"] button {
- width: 34px;
- border-width: 0 0 0 1px;
- border-color: #222;
- border-style: solid;
- border-radius: 0
- }
- [aria-label="User area"] [class*="buttons"] *:last-child,
- [aria-label="User area"] [class*="voiceButtons"] *:last-child {
- border-width: 0 0 0 1px;
- border-radius: 0 3px 3px 0;
- }
- [aria-label="User area"] [class*="buttons"] *:first-child,
- [aria-label="User area"] [class*="voiceButtons"] *:first-child {
- border-width: 0!important;
- border-radius: 3px 0 0 3px;
- }
- [aria-label="User area"] [class*="buttons"] * svg,
- [aria-label="User area"] [class*="voiceButtons"] * svg {
- opacity: 0.75;
- }
- [aria-label="User area"] [class*="buttons"] *:hover svg,
- [aria-label="User area"] [class*="voiceButtons"] *:hover svg {
- opacity: 1;
- }
- [aria-label="User area"] [class*="buttons"],
- [aria-label="User area"] [class*="voiceButtons"] {
- border-width: 1px;
- border-radius: 3px;
- border-style: solid;
- border-color: #222;
- background: rgb(46, 49, 54);
- height: 34px;
- box-shadow: inset 0 -2px 0 0 hsl(218, 9%, 17%);
- }
- /*voice channel user counts*/
- [aria-label*="voice channel)"] [class*="total"]:after {
- content: "/"!important;
- border: none!important;
- padding-left: 0.1em;
- }
- [aria-label*="voice channel)"] [class*="users"],
- [aria-label*="voice channel)"] [class*="total"] {
- background: none!important;
- }
- /*text channel selection*/
- #channels .containerDefault_c69b6d[class*="selected"] {
- border-radius: 0;
- margin: 0;
- border-left: 3px solid #7289d9!important;
- background: linear-gradient(to right, #282b30 85%, #2f3136)
- }
- #channels .containerDefault_c69b6d[class*="selected"] [class*="unread"] {
- display: none;
- }
- #channels .containerDefault_c69b6d a,
- #channels .containerDefault_c69b6d [class*="link"] {
- background: none!important;
- padding-right: 12px;
- }
- #channels .containerDefault_c69b6d:hover {
- background: linear-gradient(to right, #292c31 85%, #2f3136);
- }
- #channels [class*="spine"] {
- z-index: 1;
- }
- #channels .containerDefault_c69b6d[class*="selected"] [class*="spine"] {
- left: 19px;
- }
- /*friends list*/
- [aria-label="Private channels"] a {
- padding: 1px 8px 1px 16px;
- margin: 0;
- border-radius: 0;
- height: 42px
- }
- [aria-label="Private channels"] li {
- margin-left: 0;
- max-width: unset!important;
- }
- [aria-label="Private channels"] li>div {
- padding-right: 0;
- background: none;
- }
- [aria-label="Private channels"] li>div:hover {
- background: linear-gradient(to right, rgba(40, 43, 48, .6) 85%, rgba(47, 49, 54, .6))
- }
- [aria-label="Private channels"] div[class*="selected"] {
- border-left: 3px solid #7289d9;
- background: linear-gradient(to right, #282b30 85%, #2f3136);
- margin-left: 0;
- border-radius: 0;
- }
- [aria-label="Private channels"] a>div {
- background-color: unset!important;
- }
- /*member list*/
- [aria-label="Members"]>div:not(:first-child) {
- padding-left: 8px;
- margin: 0;
- border-radius: 0;
- max-width: unset!important;
- }
- [aria-label="Members"]>div:not(:first-child):hover,
- [aria-label="Members"]>div:not(:first-child)[class*="selected"] {
- background: linear-gradient(to right, #282b30 85%, #2f3136);
- }
- [aria-label="Members"]>div:not(:first-child)>div {
- background-color: unset!important;
- }
- /*square roles*/
- [id*="popout"] [aria-label="Roles"] [class*="pill"],
- [id*="popout"] [aria-label="Role"] [class*="pill"],
- [aria-label="View All Roles"],
- [aria-label="Collapse Roles"] {
- display: grid!important;
- grid-template-columns: 1fr;
- grid-template-rows: 1fr;
- border-radius: 3px;
- border-width: 1px;
- border-style: solid;
- padding: 0!important
- }
- [id*="popout"] [aria-label="Roles"] [class*="pill"] *,
- [id*="popout"] [aria-label="Role"] [class*="pill"] * {
- margin: 0!important;
- }
- [id*="popout"] [aria-label="Roles"] [class*="pill"] img,
- [id*="popout"] [aria-label="Role"] [class*="pill"] img {
- display: none;
- }
- [aria-label="Remove Role"] svg {
- opacity: 0;
- }
- [id*="popout"] [aria-label="Roles"] [class*="roleRemoveButton"],
- [id*="popout"] [aria-label="Role"] [class*="roleRemoveButton"],
- [id*="popout"] [aria-label="Roles"] [class*="roleName"],
- [id*="popout"] [aria-label="Role"] [class*="roleName"],
- [aria-label="Remove Role"] {
- grid-column: 1;
- grid-row: 1;
- }
- [id*="popout"] [class*="roleCircle"] {
- opacity: 0.2;
- border-radius: 3px!important;
- height: 22px!important;
- width: 100%!important;
- }
- [id*="popout"] [aria-label="Roles"] [class*="roleName"],
- [id*="popout"] [aria-label="Role"] [class*="roleName"] {
- padding: 2px 6px!important;
- }
- /*search popout*/
- ul[aria-labelledby="SEARCH_OPTIONS-header"] div[role="option"],
- ul[aria-labelledby="HISTORY-header"] div[role="option"] {
- margin: 0;
- padding: 0 20px;
- border-radius: 0;
- }
- ul[aria-labelledby="SEARCH_OPTIONS-header"] div[role="option"]:after,
- ul[aria-labelledby="HISTORY-header"] div[role="option"]:after {
- background: none;
- }
- ul[aria-labelledby="SEARCH_OPTIONS-header"] div[role="option"]:hover,
- ul[aria-labelledby="HISTORY-header"] div[role="option"]:hover {
- background: linear-gradient(to right, rgba(40, 43, 48, .6) 85%, rgba(47, 49, 54, .6))
- }
- /*grey chat box buttons*/
- [class*="channelTextArea"] button{
- transition: filter .1s;
- }
- [class*="channelTextArea"] button:not(:hover) {
- filter: brightness(60%);
- }
- /*TODO square pings*/
- .numberBadge__50328 {
- border-radius: 4px;
- border: 2px solid #202225;
- box-sizing: content-box;
- }
- .lowerBadge-3WTshO {
- bottom: -4px;
- }
- .lowerBadge-3WTshO, .upperBadge-2XnnGB {
- right: -4px;
- }
- *[href*="badge_masks"] {
- display: none;
- }
- /*mobile online*/
- *[mask="url(#svg-mask-avatar-status-mobile-32)"] {
- mask: url(#svg-mask-avatar-status-round-32);
- }
- *[mask="url(#svg-mask-status-online-mobile)"][width="10"] {
- mask: url(#svg-mask-status-online);
- height: 10px;
- y: 22px;
- }
- /*reacts*/
- [id*="message-accessories"] [class*="reaction_"] {
- border-radius: 2px!important;
- border-width: 0px!important;
- color: #7A7C80!important;
- background-color: rgba(122, 124, 128, 0.15)!important;
- }
- [id*="message-accessories"] [class*="reactionMe_"] {
- color: #738BD7!important;
- background-color: rgba(115, 139, 215, 0.15)!important;
- }
- [id*="message-accessories"] [class*="reaction_"]:hover {
- background-color: rgba(122, 124, 128, 0.25)!important;
- }
- [id*="message-accessories"] [class*="reactionMe_"]:hover {
- background-color: rgba(115, 139, 215, 0.25)!important;
- }
- [id*="message-accessories"] [class*="reactionCount_"] {
- color: unset!important;
- }
- /*top left discord icon*/
- [class*="tutorialContainer"] [aria-label="Direct Messages"][class*="selected"] svg {
- filter: invert(1)!important;
- }
- [class*="tutorialContainer"] [aria-label="Direct Messages"] svg {
- background-image: url(data:image/svg+xml,%3Csvg\ width=\'28\'\ height=\'20\'\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'m20.664\ 20s-0.863-1.0238-1.5822-1.9286c3.1404-0.8809\ 4.339-2.8333\ 4.339-2.8333-0.9828\ 0.6429-1.9178\ 1.0953-2.7568\ 1.4048-1.1986\ 0.5-2.3493\ 0.8333-3.476\ 1.0238-2.3014\ 0.4286-4.411\ 0.3095-6.2089-0.0238-1.3665-0.2619-2.5411-0.6429-3.524-1.0238-0.55137-0.2143-1.1507-0.4762-1.75-0.8095-0.07192-0.0477-0.14384-0.0715-0.21575-0.1191-0.04795-0.0238-0.07192-0.0476-0.09589-0.0714-0.43151-0.2381-0.67124-0.4048-0.67124-0.4048s1.1507\ 1.9048\ 4.1952\ 2.8095c-0.71918\ 0.9048-1.6062\ 1.9762-1.6062\ 1.9762-5.2979-0.1667-7.3116-3.619-7.3116-3.619\ 0-7.6666\ 3.452-13.881\ 3.452-13.881\ 3.4521-2.5714\ 6.7364-2.5\ 6.7364-2.5l0.2397\ 0.28571c-4.3151\ 1.2381-6.3048\ 3.119-6.3048\ 3.119s0.52739-0.28572\ 1.4144-0.69047c2.5651-1.119\ 4.6027-1.4286\ 5.4418-1.5\ 0.1438-0.02381\ 0.2637-0.04762\ 0.4075-0.04762\ 1.4623-0.19047\ 3.1164-0.23809\ 4.8425-0.04762\ 2.2773\ 0.26191\ 4.7226\ 0.92857\ 7.2157\ 2.2857\ 0\ 0-1.8938-1.7857-5.9692-3.0238l0.3356-0.38095s3.2843-0.071428\ 6.7363\ 2.5c0\ 0\ 3.4521\ 6.2142\ 3.4521\ 13.881\ 0\ 0-2.0377\ 3.4523-7.3356\ 3.619zm-11.147-11.119c-1.3664\ 0-2.4452\ 1.1904-2.4452\ 2.6428s1.1027\ 2.6428\ 2.4452\ 2.6428c1.3665\ 0\ 2.4452-1.1904\ 2.4452-2.6428\ 0.024-1.4524-1.0787-2.6428-2.4452-2.6428zm8.75\ 0c-1.3664\ 0-2.4452\ 1.1904-2.4452\ 2.6428s1.1028\ 2.6428\ 2.4452\ 2.6428c1.3665\ 0\ 2.4452-1.1904\ 2.4452-2.6428s-1.0787-2.6428-2.4452-2.6428z\'/%3E%3C/svg%3E%0A);
- filter: invert(0.5);
- transition: filter .15s ease-out;
- background-position: center;
- background-repeat: no-repeat
- }
- [class*="tutorialContainer"] [aria-label="Direct Messages"] rect,
- [class*="tutorialContainer"] [aria-label="Direct Messages"] path {
- display:none;
- }
- /*darker mention text*/
- [data-popout-root], html {
- --mention-foreground: var(--brand-360)!important;
- --mention-background: var(--brand-20a)!important;
- }
- /*no nitro gift button*/
- button[aria-label="Send a gift"] {
- display: none;
- }
- /*hide nitro from the community tab */
- nav[aria-label="Private channels"] a[href*=store] {
- display: none;
- }
- /* move gif favourite star to the right */
- [class^="imageAccessory"] {
- left: unset!important;
- right: 6px!important;
- }
- /* fix overflow with long channel descriptions */
- nav[class*="guilds"]+div[class*="base"] div[class*="sidebar"]+div {
- width: calc(100% - 240px)!important;
- }
- /*make me #adbeef*/
- img[src*="220588591217246208"]+h3>span>span {
- color: #adbeef!important
- }
- /*old blurple*/
- [data-popout-root], html {
- --brand-experiment: #7289da!important;
- --brand-experiment-100: #f8f9fd!important;
- --brand-experiment-130: #f2f4fc!important;
- --brand-experiment-160: #ebeefa!important;
- --brand-experiment-200: #e3e7f8!important;
- --brand-experiment-230: #dae0f5!important;
- --brand-experiment-260: #d1d9f3!important;
- --brand-experiment-300: #c7d0f0!important;
- --brand-experiment-330: #b5c1ec!important;
- --brand-experiment-360: #a5b3e7!important;
- --brand-experiment-400: #8ea1e1!important;
- --brand-experiment-430: #869adf!important;
- --brand-experiment-460: #7d92dd!important;
- --brand-experiment-500: #7289da!important;
- --brand-experiment-530: #687dc6!important;
- --brand-experiment-560: #5c6fb1!important;
- --brand-experiment-600: #4e5d94!important;
- --brand-experiment-630: #435180!important;
- --brand-experiment-660: #3b4770!important;
- --brand-experiment-700: #2e3757!important;
- --brand-experiment-730: #2b3352!important;
- --brand-experiment-760: #272f4b!important;
- --brand-experiment-800: #222941!important;
- --brand-experiment-830: #1a2032!important;
- --brand-experiment-860: #111521!important;
- --brand-experiment-900: #06070b!important;
- --brand-experiment-05a: rgba(114,137,218,0.05)!important;
- --brand-experiment-10a: rgba(114,137,218,0.1)!important;
- --brand-experiment-15a: rgba(114,137,218,0.15)!important;
- --brand-experiment-20a: rgba(114,137,218,0.2)!important;
- --brand-experiment-25a: rgba(114,137,218,0.25)!important;
- --brand-experiment-30a: rgba(114,137,218,0.3)!important;
- --brand-experiment-35a: rgba(114,137,218,0.35)!important;
- --brand-experiment-40a: rgba(114,137,218,0.4)!important;
- --brand-experiment-45a: rgba(114,137,218,0.45)!important;
- --brand-experiment-50a: rgba(114,137,218,0.5)!important;
- --brand-experiment-55a: rgba(114,137,218,0.55)!important;
- --brand-experiment-60a: rgba(114,137,218,0.6)!important;
- --brand-experiment-65a: rgba(114,137,218,0.65)!important;
- --brand-experiment-70a: rgba(114,137,218,0.7)!important;
- --brand-experiment-75a: rgba(114,137,218,0.75)!important;
- --brand-experiment-80a: rgba(114,137,218,0.8)!important;
- --brand-experiment-85a: rgba(114,137,218,0.85)!important;
- --brand-experiment-90a: rgba(114,137,218,0.9)!important;
- --brand-experiment-95a: rgba(114,137,218,0.95)!important;
- --brand: #7289da!important;
- --brand-100: #f8f9fd!important;
- --brand-130: #f2f4fc!important;
- --brand-160: #ebeefa!important;
- --brand-200: #e3e7f8!important;
- --brand-230: #dae0f5!important;
- --brand-260: #d1d9f3!important;
- --brand-300: #c7d0f0!important;
- --brand-330: #b5c1ec!important;
- --brand-360: #a5b3e7!important;
- --brand-400: #8ea1e1!important;
- --brand-430: #869adf!important;
- --brand-460: #7d92dd!important;
- --brand-500: #7289da!important;
- --brand-530: #687dc6!important;
- --brand-560: #5c6fb1!important;
- --brand-600: #4e5d94!important;
- --brand-630: #435180!important;
- --brand-660: #3b4770!important;
- --brand-700: #2e3757!important;
- --brand-730: #2b3352!important;
- --brand-760: #272f4b!important;
- --brand-800: #222941!important;
- --brand-830: #1a2032!important;
- --brand-860: #111521!important;
- --brand-900: #06070b!important;
- --brand-05a: rgba(114,137,218,0.05)!important;
- --brand-10a: rgba(114,137,218,0.1)!important;
- --brand-15a: rgba(114,137,218,0.15)!important;
- --brand-20a: rgba(114,137,218,0.2)!important;
- --brand-25a: rgba(114,137,218,0.25)!important;
- --brand-30a: rgba(114,137,218,0.3)!important;
- --brand-35a: rgba(114,137,218,0.35)!important;
- --brand-40a: rgba(114,137,218,0.4)!important;
- --brand-45a: rgba(114,137,218,0.45)!important;
- --brand-50a: rgba(114,137,218,0.5)!important;
- --brand-55a: rgba(114,137,218,0.55)!important;
- --brand-60a: rgba(114,137,218,0.6)!important;
- --brand-65a: rgba(114,137,218,0.65)!important;
- --brand-70a: rgba(114,137,218,0.7)!important;
- --brand-75a: rgba(114,137,218,0.75)!important;
- --brand-80a: rgba(114,137,218,0.8)!important;
- --brand-85a: rgba(114,137,218,0.85)!important;
- --brand-90a: rgba(114,137,218,0.9)!important;
- --brand-95a: rgba(114,137,218,0.95)!important;
- --brand-rgb: 114,137,218!important;
- --brand-100-rgb: 248,249,253!important;
- --brand-130-rgb: 242,244,252!important;
- --brand-160-rgb: 235,238,250!important;
- --brand-200-rgb: 227,231,248!important;
- --brand-230-rgb: 218,224,245!important;
- --brand-260-rgb: 209,217,243!important;
- --brand-300-rgb: 199,208,240!important;
- --brand-330-rgb: 181,193,236!important;
- --brand-360-rgb: 165,179,231!important;
- --brand-400-rgb: 142,161,225!important;
- --brand-430-rgb: 134,154,223!important;
- --brand-460-rgb: 125,146,221!important;
- --brand-500-rgb: 114,137,218!important;
- --brand-530-rgb: 104,125,198!important;
- --brand-560-rgb: 92,111,177!important;
- --brand-600-rgb: 78,93,148!important;
- --brand-630-rgb: 67,81,128!important;
- --brand-660-rgb: 59,71,112!important;
- --brand-700-rgb: 46,55,87!important;
- --brand-730-rgb: 43,51,82!important;
- --brand-760-rgb: 39,47,75!important;
- --brand-800-rgb: 34,41,65!important;
- --brand-830-rgb: 26,32,50!important;
- --brand-860-rgb: 17,21,33!important;
- --brand-900-rgb: 6,7,11!important;
- }
- div[aria-label*="folder"] div[style*="rgba(88, 101, 242, 0.4)"] {
- background-color: var(--brand-experiment-40a)!important;
- }
- div[aria-label*="folder"] svg[style*="rgb(88, 101, 242)"] {
- color: var(--brand-experiment-500)!important;
- }
- /*old font*/
- :root {
- --font-primary: Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
- --font-display: "ABC Ginto Normal","Helvetica Neue",Helvetica,Arial,sans-serif;
- --font-headline: "ABC Ginto Nord","Helvetica Neue",Helvetica,Arial,sans-serif;
- }
- @font-face {
- font-family: Whitney;
- font-weight: 300;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Whitney/Whitney-300.woff) format("woff")
- }
- @font-face {
- font-family: Whitney;
- font-weight: 400;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Whitney/Whitney-400.woff) format("woff")
- }
- @font-face {
- font-family: Whitney;
- font-weight: 500;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Whitney/Whitney-500.woff) format("woff")
- }
- @font-face {
- font-family: Whitney;
- font-weight: 600;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Whitney/Whitney-600.woff) format("woff")
- }
- @font-face {
- font-family: Whitney;
- font-weight: 700;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Whitney/Whitney-700.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 300;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-300.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 400;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-400.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 500;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-500.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 600;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-600.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 700;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-700.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 300;
- font-style: italic;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-300-italic.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 400;
- font-style: italic;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-400-italic.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 500;
- font-style: italic;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-500-italic.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 600;
- font-style: italic;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-600-italic.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 700;
- font-style: italic;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto/Ginto-700-italic.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 500;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-500.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-500.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 600;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-600.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-600.woff) format("woff")
- }
- @font-face {
- font-family: Ginto;
- font-weight: 700;
- src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-700.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-700.woff) format("woff")
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement