mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 12:14:22 +08:00
commit
f47b1e180a
@ -29,6 +29,11 @@
|
|||||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
<!-- Our CSS -->
|
||||||
|
<link
|
||||||
|
href="./src/assets/css/linkedmin.css"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -2,3 +2,10 @@
|
|||||||
font-family: 'PressStart2P' ;
|
font-family: 'PressStart2P' ;
|
||||||
src: url('../fonts/PressStart2P-Regular.ttf') format('truetype') ;
|
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';
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user