mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-26 22:46:08 +00:00
10 lines
366 B
CSS
10 lines
366 B
CSS
@font-face {
|
|
font-family: 'computerfontregular';
|
|
src: url('computerfont-webfont.eot');
|
|
src: url('computerfont-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('computerfont-webfont.woff2') format('woff2'),
|
|
url('computerfont-webfont.woff') format('woff'),
|
|
url('computerfont-webfont.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|