mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +08:00
Merge branch 'YuryTest' of https://github.com/VikingEngineers/LinkedFrontVue into YuryTest
This commit is contained in:
commit
0e057e93f9
@ -29,6 +29,11 @@
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<!-- Our CSS -->
|
||||
<link
|
||||
href="./src/assets/css/linkedmin.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -2,3 +2,10 @@
|
||||
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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user