mirror of https://github.com/sveltejs/svelte
8 lines
177 B
8 lines
177 B
5 years ago
|
<style>
|
||
|
@font-face {
|
||
|
font-family: MyHelvetica;
|
||
|
src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'), url(MgOpenModernaBold.ttf);
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
</style>
|