mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 12:14:22 +08:00
12 lines
269 B
CSS
12 lines
269 B
CSS
@font-face {
|
|
font-family: 'PressStart2P' ;
|
|
src: url('../fonts/PressStart2P-Regular.ttf') format('truetype') ;
|
|
}
|
|
@font-face{
|
|
font-family: SpaceMono;
|
|
src:url('./fonts/SpaceMono-Regular.ttf') format('truetype') ;
|
|
}
|
|
h1{
|
|
font-family: 'PressStart2P';
|
|
}
|