CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
fonts.css167 linesDownload Raw Back to fonts
1 2 3@font-face {4			font-family: 'Roboto';5			font-style: normal;6			font-weight: 400;7			font-display: swap;8			src: url('Roboto-Regular.ttf') format('truetype') ;9		}10		11@font-face {12			font-family: 'Roboto';13			font-style: normal;14			font-weight: 700;15			font-display: swap;16			src: url('Roboto-Bold.ttf') format('truetype') ;17		}18		19@font-face {20			font-family: 'Roboto';21			font-style: italic;22			font-weight: 400;23			font-display: swap;24			src: url('Roboto-Italic.ttf') format('truetype') ;25		}26		27@font-face {28			font-family: 'Roboto';29			font-style: italic;30			font-weight: 700;31			font-display: swap;32			src: url('Roboto-BoldItalic.ttf') format('truetype') ;33		}34		35 36@font-face {37			font-family: 'Open Sans';38			font-style: normal;39			font-weight: 400;40			font-display: swap;41			src: url('OpenSans-Regular.ttf') format('truetype') ;42		}43		44@font-face {45			font-family: 'Open Sans';46			font-style: normal;47			font-weight: 700;48			font-display: swap;49			src: url('OpenSans-Bold.ttf') format('truetype') ;50		}51		52@font-face {53			font-family: 'Open Sans';54			font-style: italic;55			font-weight: 400;56			font-display: swap;57			src: url('OpenSans-Italic.ttf') format('truetype') ;58		}59		60@font-face {61			font-family: 'Open Sans';62			font-style: italic;63			font-weight: 700;64			font-display: swap;65			src: url('OpenSans-BoldItalic.ttf') format('truetype') ;66		}67		68 69@font-face {70			font-family: 'Roboto Mono';71			font-style: normal;72			font-weight: 400;73			font-display: swap;74			src: url('RobotoMono-Regular.ttf') format('truetype') ;75		}76		77@font-face {78			font-family: 'Roboto Mono';79			font-style: normal;80			font-weight: 700;81			font-display: swap;82			src: url('RobotoMono-Bold.ttf') format('truetype') ;83		}84		85@font-face {86			font-family: 'Roboto Mono';87			font-style: italic;88			font-weight: 400;89			font-display: swap;90			src: url('RobotoMono-Italic.ttf') format('truetype') ;91		}92		93@font-face {94			font-family: 'Roboto Mono';95			font-style: italic;96			font-weight: 700;97			font-display: swap;98			src: url('RobotoMono-BoldItalic.ttf') format('truetype') ;99		}100		101 102@font-face {103			font-family: 'Roboto Slab';104			font-style: normal;105			font-weight: 400;106			font-display: swap;107			src: url('RobotoSlab-Regular.ttf') format('truetype') ;108		}109		110@font-face {111			font-family: 'Roboto Slab';112			font-style: normal;113			font-weight: 700;114			font-display: swap;115			src: url('RobotoSlab-Bold.ttf') format('truetype') ;116		}117		118 119@font-face {120			font-family: 'Inconsolata';121			font-style: normal;122			font-weight: 400;123			font-display: swap;124			src: url('Inconsolata-Regular.ttf') format('truetype') ;125		}126		127@font-face {128			font-family: 'Inconsolata';129			font-style: normal;130			font-weight: 700;131			font-display: swap;132			src: url('Inconsolata-Bold.ttf') format('truetype') ;133		}134		135 136@font-face {137			font-family: 'Merriweather';138			font-style: normal;139			font-weight: 400;140			font-display: swap;141			src: url('Merriweather-Regular.ttf') format('truetype') ;142		}143		144@font-face {145			font-family: 'Merriweather';146			font-style: normal;147			font-weight: 700;148			font-display: swap;149			src: url('Merriweather-Bold.ttf') format('truetype') ;150		}151		152@font-face {153			font-family: 'Merriweather';154			font-style: italic;155			font-weight: 400;156			font-display: swap;157			src: url('Merriweather-Italic.ttf') format('truetype') ;158		}159		160@font-face {161			font-family: 'Merriweather';162			font-style: italic;163			font-weight: 700;164			font-display: swap;165			src: url('Merriweather-BoldItalic.ttf') format('truetype') ;166		}167