Skip to content
Snippets Groups Projects

Add dockerize

Closed Edward Alexander Jaya requested to merge dev into master
Compare and
1000+ files
+ 122823
188
Preferences
Compare changes
Files
1000+
+ 45
0
 
@font-face {
 
font-family: 'Open Sans Regular';
 
/* font-style: normal; */
 
/* font-weight: normal; */
 
/* src: url('../../static/fonts/OpenSans-Regular.woff') format('woff'); */
 
src: url('../../static/fonts/OpenSans-Light.ttf') format('truetype');
 
}
 
 
@font-face {
 
font-family: 'Open Sans Bold';
 
/* font-style: normal; */
 
/* font-weight: normal; */
 
/* src: url('../../static/fonts/OpenSans-Bold.woff') format('woff'); */
 
src: url('../../static/fonts/OpenSans-SemiBold.ttf') format('truetype');
 
}
 
 
@font-face {
 
font-family: 'Open Sans Extra-Bold';
 
/* font-style: normal; */
 
/* font-weight: normal; */
 
/* src: url('../../static/fonts/OpenSans-Bold.woff') format('woff'); */
 
src: url('../../static/fonts/OpenSans-Bold.ttf') format('truetype');
 
}
 
 
/* @font-face {
 
font-family: 'Avenir Next LT Pro Regular';
 
font-style: normal;
 
font-weight: normal;
 
src: url('../../assets/fonts/AvenirNextLTPro-Regular.woff') format('woff');
 
}
 
 
@font-face {
 
font-family: 'Muli Regular';
 
font-style: normal;
 
font-weight: normal;
 
src: url('../../assets/fonts/Muli-Regular.woff') format('woff');
 
} */
 
 
body {
 
font-family: 'Open Sans', 'Open Sans Bold', sans-serif;
 
}
 
 
p {
 
font-family: 'Open Sans Regular'
 
}
 
\ No newline at end of file