haciendo css manual

This commit is contained in:
Daniel Cortés
2019-10-11 08:50:33 -03:00
parent 53b709c175
commit bf36de150d
23 changed files with 3964 additions and 2015 deletions

View File

@@ -1,20 +0,0 @@
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 500;
src: url('../fonts/OpenSans-Regular.ttf') format('truetype')
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 600;
src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype')
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 700;
src: url('../fonts/OpenSans-Bold.ttf') format('truetype')
}