Update style.scss

This commit is contained in:
Nuño Sempere 2020-06-04 17:47:19 +02:00 committed by GitHub
parent 594e531f75
commit 0db6c0f846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,56 +2,19 @@
---
@import "{{ site.theme }}";
.circular {
width: 300px;
height: 300px;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url(https://nunosempere.github.io/assets/Photo.jpeg) no-repeat;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('../fonts/ComputerModernBright/cmunbmr.eot');
src: url('../fonts/ComputerModernBright/cmunbmr.eot?#iefix') format('embedded-opentype'),
url('../fonts/ComputerModernBright/cmunbmr.woff') format('woff'),
url('../fonts/ComputerModernBright/cmunbmr.ttf') format('truetype'),
url('../fonts/ComputerModernBright/cmunbmr.svg#cmunbmr') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('../fonts/ComputerModernBright/cmunbbx.eot');
src: url('../fonts/ComputerModernBright/cmunbbx.eot?#iefix') format('embedded-opentype'),
url('../fonts/ComputerModernBright/cmunbbx.woff') format('woff'),
url('../fonts/ComputerModernBright/cmunbbx.ttf') format('truetype'),
url('../fonts/ComputerModernBright/cmunbbx.svg#cmunbbx') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('../fonts/ComputerModernBright/cmunbmo.eot');
src: url('../fonts/ComputerModernBright/cmunbmo.eot?#iefix') format('embedded-opentype'),
url('../fonts/ComputerModernBright/cmunbmo.woff') format('woff'),
url('../fonts/ComputerModernBright/cmunbmo.ttf') format('truetype'),
url('../fonts/ComputerModernBright/cmunbmo.svg#cmunbmo') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('../fonts/ComputerModernBright/cmunbxo.eot');
src: url('../fonts/ComputerModernBright/cmunbxo.eot?#iefix') format('embedded-opentype'),
url('../fonts/ComputerModernBright/cmunbxo.woff') format('woff'),
url('../fonts/ComputerModernBright/cmunbxo.ttf') format('truetype'),
url('../fonts/ComputerModernBright/cmunbxo.svg#cmunbxo') format('svg');
font-weight: bold;
font-style: italic;
}
h1 {
color: "black"
}
h2 {
color: "black"
}
.circular img {
opacity: 0;
filter: alpha(opacity=0);
background-position: 50% 50%;
background-size: 200px 200px;
margin: auto;
}