Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/HexGL/css/fonts.css
4626 views
1
@font-face {
2
font-family: 'BebasNeueRegular';
3
src: url('BebasNeue-webfont.eot');
4
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
5
url('BebasNeue-webfont.woff') format('woff'),
6
url('BebasNeue-webfont.ttf') format('truetype'),
7
url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
8
font-weight: normal;
9
font-style: normal;
10
}
11