moving fonts around
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
/* Fonts */
|
/* Fonts */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "AldoTheApache";
|
font-family: "AldoTheApache";
|
||||||
src: url("/fonts/AldotheApache.ttf") format("truetype");
|
src: url("@/assets/fonts/AldotheApache.ttf") format("truetype");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "RobotFont";
|
font-family: "RobotFont";
|
||||||
src: url("/fonts/Robot_Font.otf") format("opentype");
|
src: url("@/assets/fonts/Robot_Font.otf") format("opentype");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "m12";
|
font-family: "m12";
|
||||||
src: url("/fonts/m12.ttf") format("truetype");
|
src: url("@/assets/fonts/m12.ttf") format("truetype");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "big_noodle_titling";
|
font-family: "big_noodle_titling";
|
||||||
src: url("/fonts/big_noodle_titling.ttf") format("truetype");
|
src: url("@/assets/fonts/big_noodle_titling.ttf") format("truetype");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "CreatoDisplay";
|
font-family: "CreatoDisplay";
|
||||||
src: url("/fonts/CreatoDisplay-Bold.otf") format("opentype");
|
src: url("@/assets/fonts/CreatoDisplay-Bold.otf") format("opentype");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: linear-gradient(to bottom, aqua, blue);
|
/*background-image: linear-gradient(to bottom, aqua, blue);*/
|
||||||
font-family: "Times New Roman", Times, serif;
|
font-family: "Times New Roman", Times, serif;
|
||||||
|
|
||||||
width: 100vw;
|
/*width: 100vw;*/
|
||||||
height: 100vh;
|
/*height: 100vh;*/
|
||||||
|
|
||||||
/*background-image: url("../img/background.png");
|
/*background-image: url("../img/background.png");
|
||||||
background-size: cover;*/
|
background-size: cover;*/
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@import "@assets/css/cv_styles.css";
|
@import "@/assets/css/cv_styles.css";
|
||||||
@media print {
|
@media print {
|
||||||
@page {
|
@page {
|
||||||
size: A5 landscape;
|
size: A5 landscape;
|
||||||
|
|||||||
@@ -31,3 +31,13 @@ import CurrentlyListening from "@/components/CurrentlyListening.vue";
|
|||||||
<!--<a href="pages/shrines/gto.html">GTO</a>-->
|
<!--<a href="pages/shrines/gto.html">GTO</a>-->
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
@import "@/assets/css/styles.css";
|
||||||
|
@media print {
|
||||||
|
@page {
|
||||||
|
size: A4 portrait;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user